Package com.stripe.model.tax
Class Calculation.ShippingCost.TaxBreakdown
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.tax.Calculation.ShippingCost.TaxBreakdown
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- Calculation.ShippingCost
For more details about TaxBreakdown, please refer to the API Reference.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classFor more details about Jurisdiction, please refer to the API Reference.static classFor more details about TaxRateDetails, please refer to the API Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidvoidvoidsetSourcing(String sourcing) voidsetTaxabilityReason(String taxabilityReason) voidsetTaxableAmount(Long taxableAmount) voidMethods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
TaxBreakdownpublic TaxBreakdown()
 
- 
- 
Method Details- 
getAmount
- 
getJurisdiction
- 
getSourcing
- 
getTaxRateDetails
- 
getTaxabilityReason
- 
getTaxableAmount
- 
setAmount
- 
setJurisdiction
- 
setSourcing
- 
setTaxRateDetails
- 
setTaxabilityReason
- 
setTaxableAmount
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-