Package com.stripe.model
Class Invoice.TotalTaxAmount
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Invoice.TotalTaxAmount
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Invoice
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe amount, in cents (or local equivalent), of the tax.Whether this tax amount is inclusive or exclusive.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).Get ID of expandabletaxRateobject.Get expandedtaxRate.inthashCode()voidThe amount, in cents (or local equivalent), of the tax.voidsetInclusive(Boolean inclusive) Whether this tax amount is inclusive or exclusive.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).voidsetTaxRate(String id) voidsetTaxRateObject(TaxRate expandableObject) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
TotalTaxAmount
public TotalTaxAmount()
-
-
Method Details
-
getTaxRate
Get ID of expandabletaxRateobject. -
setTaxRate
-
getTaxRateObject
Get expandedtaxRate. -
setTaxRateObject
-
getAmount
The amount, in cents (or local equivalent), of the tax. -
getInclusive
Whether this tax amount is inclusive or exclusive. -
getTaxabilityReason
The 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_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. -
getTaxableAmount
The amount on which tax is calculated, in cents (or local equivalent). -
setAmount
The amount, in cents (or local equivalent), of the tax. -
setInclusive
Whether this tax amount is inclusive or exclusive. -
setTaxabilityReason
The 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_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. -
setTaxableAmount
The amount on which tax is calculated, in cents (or local equivalent). -
equals
-
canEqual
-
hashCode
public int hashCode()
-