Package com.stripe.model
Class Quote.Computed.Upfront.TotalDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Quote.Computed.Upfront.TotalDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Quote.Computed.Upfront
For more details about TotalDetails, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about Breakdown, 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 boolean
boolean
int
hashCode()
void
setAmountDiscount
(Long amountDiscount) void
setAmountShipping
(Long amountShipping) void
setAmountTax
(Long amountTax) void
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
TotalDetails
public TotalDetails()
-
-
Method Details