Package com.stripe.model.tax
Class Calculation.TaxBreakdown.TaxRateDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.tax.Calculation.TaxBreakdown.TaxRateDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Calculation.TaxBreakdown
For more details about TaxRateDetails, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
The amount of the tax rate when therate_type`` is
flat_amount. Tax rates with
rate_typepercentagecan vary based on the transaction, resulting in this field being
null`. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getState()
int
hashCode()
void
setCountry
(String country) void
void
setPercentageDecimal
(String percentageDecimal) void
setRateType
(String rateType) void
void
setTaxType
(String taxType) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
TaxRateDetails
public TaxRateDetails()
-
-
Method Details