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
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setDiscountAmount
(Long discountAmount) void
setProductCode
(String productCode) void
setProductDescription
(String productDescription) void
setQuantity
(Long quantity) void
setTaxAmount
(Long taxAmount) void
setUnitCost
(Long unitCost) Methods inherited from class com.stripe.model.StripeObject
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()
-