Package com.stripe.model
Class CreditNoteLineItem.TaxAmount
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.CreditNoteLineItem.TaxAmount
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- CreditNoteLineItem
-
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) voidsetTaxabilityReason(String taxabilityReason) voidsetTaxableAmount(Long taxableAmount) 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
-
TaxAmount
public TaxAmount()
-
-
Method Details
-
getTaxRate
Get ID of expandabletaxRateobject. -
setTaxRate
-
getTaxRateObject
Get expandedtaxRate. -
setTaxRateObject
-
getAmount
-
getInclusive
-
getTaxabilityReason
-
getTaxableAmount
-
setAmount
-
setInclusive
-
setTaxabilityReason
-
setTaxableAmount
-
equals
-
canEqual
-
hashCode
public int hashCode()
-