alias Stripe::TaxTransactionShippingCost

Overview

The shipping cost details for the transaction.

Alias Definition

Stripe::TaxProductResourceTaxTransactionShippingCost

Defined in:

stripe/models/tax_transaction_shipping_cost.cr

Constant Summary

ERROR_MESSAGE_FOR_TAX_BEHAVIOR = "invalid value for \"tax_behavior\", must be one of [exclusive, inclusive]."
MAX_LENGTH_FOR_SHIPPING_RATE = 5000
MAX_LENGTH_FOR_TAX_CODE = 5000
VALID_VALUES_FOR_TAX_BEHAVIOR = String.static_array("exclusive", "inclusive")