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 class
For more details about Jurisdiction, please refer to the API Reference.static class
For 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 boolean
boolean
int
hashCode()
void
void
setJurisdiction
(CalculationLineItem.TaxBreakdown.Jurisdiction jurisdiction) void
setSourcing
(String sourcing) void
setTaxabilityReason
(String taxabilityReason) void
setTaxableAmount
(Long taxableAmount) void
setTaxRateDetails
(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()
-