Package com.stripe.model.tax
Class Transaction.ShippingCost.TaxBreakdown
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.tax.Transaction.ShippingCost.TaxBreakdown
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Transaction.ShippingCost
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
void
void
setSourcing
(String sourcing) void
setTaxabilityReason
(String taxabilityReason) void
setTaxableAmount
(Long taxableAmount) void
Methods inherited from class com.stripe.model.StripeObject
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()
-