Package com.stripe.model
Class InvoiceLineItem.TaxAmount
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.InvoiceLineItem.TaxAmount
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- InvoiceLineItem
Credited invoice line items.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Get ID of expandabletaxRate
object.Get expandedtaxRate
.int
hashCode()
void
void
setInclusive
(Boolean inclusive) 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