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
Tax rates can be applied to invoices, subscriptions and Checkout
Sessions to collect tax.
Related guide: Tax Rates.
-
Nested Class Summary
Nested Classes -
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
setAmountSubtotal
(Long amountSubtotal) void
setAmountTotal
(Long amountTotal) void
setLineItems
(LineItemCollection lineItems) void
setTotalDetails
(Quote.Computed.Upfront.TotalDetails totalDetails) Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Upfront
public Upfront()
-
-
Method Details