Stripe.Resources.Tax.CalculationLineItem.TaxBreakdown.TaxRateDetails
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.Tax.CalculationLineItem.TaxBreakdown.TaxRateDetails{ display_name: String.t() | nil, percentage_decimal: String.t() | nil, tax_type: String.t() | nil }
display_name- A localized display name for tax type, intended to be human-readable. For example, "Local Sales and Use Tax", "Value-added tax (VAT)", or "Umsatzsteuer (USt.)". Max length: 5000.percentage_decimal- The tax rate percentage as a string. For example, 8.5% is represented as "8.5". Max length: 5000.tax_type- The tax type, such asvatorsales_tax. Possible values:amusement_tax,communications_tax,gst,hst,igst,jct,lease_tax,pst,qst,retail_delivery_fee,rst,sales_tax,service_tax,vat.