Package com.stripe.model
Class Invoice.TotalTax
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Invoice.TotalTax
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- Invoice
For more details about TotalTax, please refer to the API
 Reference.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic 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 booleanbooleanThe amount of the tax, in cents (or local equivalent).The reasoning behind this tax, for example, if the product is tax exempt.The amount on which tax is calculated, in cents (or local equivalent).Whether this tax is inclusive or exclusive.Additional details about the tax rate.getType()The type of tax information.inthashCode()voidThe amount of the tax, in cents (or local equivalent).voidsetTaxabilityReason(String taxabilityReason) The reasoning behind this tax, for example, if the product is tax exempt.voidsetTaxableAmount(Long taxableAmount) The amount on which tax is calculated, in cents (or local equivalent).voidsetTaxBehavior(String taxBehavior) Whether this tax is inclusive or exclusive.voidsetTaxRateDetails(Invoice.TotalTax.TaxRateDetails taxRateDetails) Additional details about the tax rate.voidThe type of tax information.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
TotalTaxpublic TotalTax()
 
- 
- 
Method Details- 
getAmountThe amount of the tax, in cents (or local equivalent).
- 
getTaxBehaviorWhether this tax is inclusive or exclusive.One of exclusive, orinclusive.
- 
getTaxRateDetailsAdditional details about the tax rate. Only present whentypeistax_rate_details.
- 
getTaxabilityReasonThe reasoning behind this tax, for example, if the product is tax exempt. The possible values for this field may be extended as new tax rules are supported.One of customer_exempt,not_available,not_collecting,not_subject_to_tax,not_supported,portion_product_exempt,portion_reduced_rated,portion_standard_rated,product_exempt,product_exempt_holiday,proportionally_rated,reduced_rated,reverse_charge,standard_rated,taxable_basis_reduced, orzero_rated.
- 
getTaxableAmountThe amount on which tax is calculated, in cents (or local equivalent).
- 
getTypeThe type of tax information.Equal to tax_rate_details.
- 
setAmountThe amount of the tax, in cents (or local equivalent).
- 
setTaxBehaviorWhether this tax is inclusive or exclusive.One of exclusive, orinclusive.
- 
setTaxRateDetailsAdditional details about the tax rate. Only present whentypeistax_rate_details.
- 
setTaxabilityReasonThe reasoning behind this tax, for example, if the product is tax exempt. The possible values for this field may be extended as new tax rules are supported.One of customer_exempt,not_available,not_collecting,not_subject_to_tax,not_supported,portion_product_exempt,portion_reduced_rated,portion_standard_rated,product_exempt,product_exempt_holiday,proportionally_rated,reduced_rated,reverse_charge,standard_rated,taxable_basis_reduced, orzero_rated.
- 
setTaxableAmountThe amount on which tax is calculated, in cents (or local equivalent).
- 
setTypeThe type of tax information.Equal to tax_rate_details.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-