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 SummaryNested ClassesModifier and TypeClassDescriptionstatic classFor more details about LastReestimationDetails, please refer to the API Reference.static classFor more details about Recurring, please refer to the API Reference.static classFor more details about Upfront, please refer to the API Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanDetails 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.inthashCode()voidsetLastReestimationDetails(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.voidsetRecurring(Quote.Computed.Recurring recurring) The definitive totals and line items the customer will be charged on a recurring basis.voidsetUpdatedAt(Long updatedAt) The time at which the quote's estimated schedules and upcoming invoices were generated.voidsetUpfront(Quote.Computed.Upfront upfront) Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
Computedpublic Computed()
 
- 
- 
Method Details- 
getLastReestimationDetailsDetails of the most recent reestimate of the quote's preview schedules and upcoming invoices, including the status of Stripe's calculation.
- 
getRecurringThe 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=forevercoupons only. Defaults tonullif no inputted line items with recurring prices.
- 
getUpdatedAtThe time at which the quote's estimated schedules and upcoming invoices were generated.
- 
getUpfront
- 
setLastReestimationDetailspublic 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.
- 
setRecurringThe 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=forevercoupons only. Defaults tonullif no inputted line items with recurring prices.
- 
setUpdatedAtThe time at which the quote's estimated schedules and upcoming invoices were generated.
- 
setUpfront
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-