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 %s, of the tax.Whether this tax amount is inclusive or exclusive.Get ID of expandabletaxRateobject.Get expandedtaxRate.inthashCode()voidThe amount, in %s, of the tax.voidsetInclusive(Boolean inclusive) Whether this tax amount is inclusive or exclusive.voidsetTaxRate(String id) voidsetTaxRateObject(TaxRate expandableObject) Methods inherited from class com.stripe.model.StripeObject
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 %s, of the tax. -
getInclusive
Whether this tax amount is inclusive or exclusive. -
setAmount
The amount, in %s, of the tax. -
setInclusive
Whether this tax amount is inclusive or exclusive. -
equals
-
canEqual
-
hashCode
public int hashCode()
-