alias Stripe::CustomerTaxLocation1

Overview

The customer's location as identified by Stripe Tax.

Alias Definition

Stripe::CustomerTaxLocation

Defined in:

stripe/models/customer_tax_location1.cr

Constant Summary

ERROR_MESSAGE_FOR_SOURCE = "invalid value for \"source\", must be one of [billing_address, ip_address, payment_method, shipping_destination]."
MAX_LENGTH_FOR_COUNTRY = 5000
MAX_LENGTH_FOR_STATE = 5000
VALID_VALUES_FOR_SOURCE = String.static_array("billing_address", "ip_address", "payment_method", "shipping_destination")