Package com.stripe.model
Class Quote.Computed.Upfront
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Quote.Computed.Upfront
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Quote.Computed
For more details about Upfront, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about TotalDetails, 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()voidsetAmountSubtotal(Long amountSubtotal) voidsetAmountTotal(Long amountTotal) voidsetLineItems(LineItemCollection lineItems) voidsetTotalDetails(Quote.Computed.Upfront.TotalDetails totalDetails) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Upfront
public Upfront()
-
-
Method Details