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
For more details about Computed, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about LastReestimationDetails, please refer to the API Reference.static class
For more details about Recurring, please refer to the API Reference.static class
For more details about Upfront, 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
Details of the most recent reestimate of the quote's preview schedules and upcoming invoices, including the status of Stripe's calculation.The definitive totals and line items the customer will be charged on a recurring basis.The time at which the quote's estimated schedules and upcoming invoices were generated.int
hashCode()
void
setLastReestimationDetails
(Quote.Computed.LastReestimationDetails lastReestimationDetails) Details of the most recent reestimate of the quote's preview schedules and upcoming invoices, including the status of Stripe's calculation.void
setRecurring
(Quote.Computed.Recurring recurring) The definitive totals and line items the customer will be charged on a recurring basis.void
setUpdatedAt
(Long updatedAt) The time at which the quote's estimated schedules and upcoming invoices were generated.void
setUpfront
(Quote.Computed.Upfront upfront) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Computed
public Computed()
-
-
Method Details
-
getLastReestimationDetails
Details of the most recent reestimate of the quote's preview schedules and upcoming invoices, including the status of Stripe's calculation. -
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. -
getUpdatedAt
The time at which the quote's estimated schedules and upcoming invoices were generated. -
getUpfront
-
setLastReestimationDetails
public void setLastReestimationDetails(Quote.Computed.LastReestimationDetails lastReestimationDetails) Details of the most recent reestimate of the quote's preview schedules and upcoming invoices, including the status of Stripe's calculation. -
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. -
setUpdatedAt
The time at which the quote's estimated schedules and upcoming invoices were generated. -
setUpfront
-
equals
-
canEqual
-
hashCode
public int hashCode()
-