Package com.stripe.model.tax
Class CalculationLineItem.TaxBreakdown
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.tax.CalculationLineItem.TaxBreakdown
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- CalculationLineItem
For more details about TaxBreakdown, please refer to the API Reference.
-
Nested Class Summary
Nested 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 Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidvoidsetJurisdiction(CalculationLineItem.TaxBreakdown.Jurisdiction jurisdiction) voidsetSourcing(String sourcing) voidsetTaxabilityReason(String taxabilityReason) voidsetTaxableAmount(Long taxableAmount) voidsetTaxRateDetails(CalculationLineItem.TaxBreakdown.TaxRateDetails taxRateDetails) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
TaxBreakdown
public TaxBreakdown()
-
-
Method Details
-
getAmount
-
getJurisdiction
-
getSourcing
-
getTaxRateDetails
-
getTaxabilityReason
-
getTaxableAmount
-
setAmount
-
setJurisdiction
-
setSourcing
-
setTaxRateDetails
-
setTaxabilityReason
-
setTaxableAmount
-
equals
-
canEqual
-
hashCode
public int hashCode()
-