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
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Get ID of expandabletaxRate
object.Get expandedtaxRate
.int
hashCode()
void
void
setInclusive
(Boolean inclusive) void
setTaxabilityReason
(String taxabilityReason) void
setTaxableAmount
(Long taxableAmount) void
setTaxRate
(String id) void
setTaxRateObject
(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 expandabletaxRate
object. -
setTaxRate
-
getTaxRateObject
Get expandedtaxRate
. -
setTaxRateObject
-
getAmount
-
getInclusive
-
getTaxabilityReason
-
getTaxableAmount
-
setAmount
-
setInclusive
-
setTaxabilityReason
-
setTaxableAmount
-
equals
-
canEqual
-
hashCode
public int hashCode()
-