Package com.stripe.model
Class Invoice.TaxAmount
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Invoice.TaxAmount
- 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 boolean
boolean
The amount, in %s, of the tax.Whether this tax amount is inclusive or exclusive.Get ID of expandabletaxRate
object.Get expandedtaxRate
.int
hashCode()
void
The amount, in %s, of the tax.void
setInclusive
(Boolean inclusive) Whether this tax amount is inclusive or exclusive.void
setTaxRate
(String id) void
setTaxRateObject
(TaxRate expandableObject) Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
TaxAmount
public TaxAmount()
-
-
Method Details
-
getTaxRate
Get ID of expandabletaxRate
object. -
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()
-