Package com.stripe.param
Class CreditNoteCreateParams.Line.TaxAmount
java.lang.Object
com.stripe.param.CreditNoteCreateParams.Line.TaxAmount
- Enclosing class:
- CreditNoteCreateParams.Line
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Required. The amount, in cents (or local equivalent), of the tax.Map of extra parameters for custom features not available in this client library.Required. The amount on which tax is calculated, in cents (or local equivalent).Required. The id of the tax rate for this tax amount.
-
Method Details
-
builder
-
getAmount
Required. The amount, in cents (or local equivalent), of the tax. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedName
value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getTaxRate
Required. The id of the tax rate for this tax amount. The tax rate must have been automatically created by Stripe. -
getTaxableAmount
Required. The amount on which tax is calculated, in cents (or local equivalent).
-