Package com.stripe.model
Class Quote.Computed
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Quote.Computed
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Quote
Get expanded
account
.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
The amount on which tax is calculated, in cents (or local equivalent). -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The definitive totals and line items the customer will be charged on a recurring basis.int
hashCode()
void
setRecurring
(Quote.Computed.Recurring recurring) The definitive totals and line items the customer will be charged on a recurring basis.void
setUpfront
(Quote.Computed.Upfront upfront) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Computed
public Computed()
-
-
Method Details
-
getRecurring
The definitive totals and line items the customer will be charged on a recurring basis. Takes into account the line items with recurring prices and discounts withduration=forever
coupons only. Defaults tonull
if no inputted line items with recurring prices. -
getUpfront
-
setRecurring
The definitive totals and line items the customer will be charged on a recurring basis. Takes into account the line items with recurring prices and discounts withduration=forever
coupons only. Defaults tonull
if no inputted line items with recurring prices. -
setUpfront
-
equals
-
canEqual
-
hashCode
public int hashCode()
-