alias Stripe::TaxProductResourceLineItemTaxBreakdownTaxRateDetails
Overview
Details regarding the rate for this tax. This field will be null
when the tax is not imposed, for example if the product is exempt from tax.
Alias Definition
Stripe::TaxProductResourceLineItemTaxRateDetails
Defined in:
stripe/models/tax_product_resource_line_item_tax_breakdown_tax_rate_details.crConstant Summary
-
ERROR_MESSAGE_FOR_TAX_TYPE =
"invalid value for \"tax_type\", must be one of [amusement_tax, communications_tax, gst, hst, igst, jct, lease_tax, pst, qst, rst, sales_tax, vat]."
-
MAX_LENGTH_FOR_DISPLAY_NAME =
5000
-
MAX_LENGTH_FOR_PERCENTAGE_DECIMAL =
5000
-
VALID_VALUES_FOR_TAX_TYPE =
String.static_array("amusement_tax", "communications_tax", "gst", "hst", "igst", "jct", "lease_tax", "pst", "qst", "rst", "sales_tax", "vat")