Class CreditNotePreviewParams.Line.TaxAmount

java.lang.Object
com.stripe.param.CreditNotePreviewParams.Line.TaxAmount
Enclosing class:
CreditNotePreviewParams.Line

public static class CreditNotePreviewParams.Line.TaxAmount extends Object
  • Method Details

    • builder

    • getAmount

      public Long getAmount()
      Required. The amount, in cents (or local equivalent), of the tax.
    • getExtraParams

      public Map<String,Object> 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

      public String getTaxRate()
      Required. The id of the tax rate for this tax amount. The tax rate must have been automatically created by Stripe.
    • getTaxableAmount

      public Long getTaxableAmount()
      Required. The amount on which tax is calculated, in cents (or local equivalent).