alias Stripe::PaymentMethodCardWallet1

Overview

If this Card is part of a card wallet, this contains the details of the card wallet.

Alias Definition

Stripe::PaymentMethodCardWallet

Defined in:

stripe/models/payment_method_card_wallet1.cr

Constant Summary

ERROR_MESSAGE_FOR__TYPE = "invalid value for \"_type\", must be one of [amex_express_checkout, apple_pay, google_pay, link, masterpass, samsung_pay, visa_checkout]."
MAX_LENGTH_FOR_DYNAMIC_LAST4 = 5000
VALID_VALUES_FOR__TYPE = String.static_array("amex_express_checkout", "apple_pay", "google_pay", "link", "masterpass", "samsung_pay", "visa_checkout")