alias Stripe::CheckoutSessionCustomerDetails

Overview

The customer details including the customer's tax exempt status and the customer's tax IDs. Customer's address details are not present on Sessions in setup mode.

Alias Definition

Stripe::PaymentPagesCheckoutSessionCustomerDetails

Defined in:

stripe/models/checkout_session_customer_details.cr

Constant Summary

ERROR_MESSAGE_FOR_TAX_EXEMPT = "invalid value for \"tax_exempt\", must be one of [exempt, none, reverse]."
MAX_LENGTH_FOR_EMAIL = 5000
MAX_LENGTH_FOR_NAME = 5000
MAX_LENGTH_FOR_PHONE = 5000
VALID_VALUES_FOR_TAX_EXEMPT = String.static_array("exempt", "none", "reverse")