Package com.stripe.model.checkout
Class Session.TotalDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.checkout.Session.TotalDetails
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- Session
For more details about TotalDetails, please refer to the API Reference.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classFor more details about Breakdown, please refer to the API Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanThis is the sum of all the discounts.This is the sum of all the shipping amounts.This is the sum of all the tax amounts.inthashCode()voidsetAmountDiscount(Long amountDiscount) This is the sum of all the discounts.voidsetAmountShipping(Long amountShipping) This is the sum of all the shipping amounts.voidsetAmountTax(Long amountTax) This is the sum of all the tax amounts.voidsetBreakdown(Session.TotalDetails.Breakdown breakdown) Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
TotalDetailspublic TotalDetails()
 
- 
- 
Method Details- 
getAmountDiscountThis is the sum of all the discounts.
- 
getAmountShippingThis is the sum of all the shipping amounts.
- 
getAmountTaxThis is the sum of all the tax amounts.
- 
getBreakdown
- 
setAmountDiscountThis is the sum of all the discounts.
- 
setAmountShippingThis is the sum of all the shipping amounts.
- 
setAmountTaxThis is the sum of all the tax amounts.
- 
setBreakdown
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-