alias Stripe::TaxIdVerification1
Overview
Tax ID verification information.
Alias Definition
Stripe::TaxIdVerification
Defined in:
stripe/models/tax_id_verification1.crConstant Summary
-
ERROR_MESSAGE_FOR_STATUS =
"invalid value for \"status\", must be one of [pending, unavailable, unverified, verified]."
-
MAX_LENGTH_FOR_VERIFIED_ADDRESS =
5000
-
MAX_LENGTH_FOR_VERIFIED_NAME =
5000
-
VALID_VALUES_FOR_STATUS =
String.static_array("pending", "unavailable", "unverified", "verified")