Package com.stripe.model
Class CreditNote.TaxAmount
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.CreditNote.TaxAmount
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- CreditNote
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanGet ID of expandabletaxRateobject.Get expandedtaxRate.inthashCode()voidvoidsetInclusive(Boolean inclusive) voidsetTaxRate(String id) voidsetTaxRateObject(TaxRate expandableObject) Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
TaxAmount
public TaxAmount()
-
-
Method Details