Package com.stripe.model
Class Charge.Level3.LineItem
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.Level3.LineItem
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Charge.Level3
For more details about LineItem, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetDiscountAmount(Long discountAmount) voidsetProductCode(String productCode) voidsetProductDescription(String productDescription) voidsetQuantity(Long quantity) voidsetTaxAmount(Long taxAmount) voidsetUnitCost(Long unitCost) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
LineItem
public LineItem()
-
-
Method Details
-
getDiscountAmount
-
getProductCode
-
getProductDescription
-
getQuantity
-
getTaxAmount
-
getUnitCost
-
setDiscountAmount
-
setProductCode
-
setProductDescription
-
setQuantity
-
setTaxAmount
-
setUnitCost
-
equals
-
canEqual
-
hashCode
public int hashCode()
-