alias Stripe::SubscriptionsResourcePaymentMethodOptionsCard
Overview
This sub-hash contains details about the Card payment method options to pass to invoices created by the subscription.
Alias Definition
Stripe::SubscriptionPaymentMethodOptionsCard
Defined in:
stripe/models/subscriptions_resource_payment_method_options_card.crConstant Summary
-
ERROR_MESSAGE_FOR_NETWORK =
"invalid value for \"network\", must be one of [amex, cartes_bancaires, diners, discover, eftpos_au, girocard, interac, jcb, mastercard, unionpay, unknown, visa]."
-
ERROR_MESSAGE_FOR_REQUEST_THREE_D_SECURE =
"invalid value for \"request_three_d_secure\", must be one of [any, automatic, challenge]."
-
VALID_VALUES_FOR_NETWORK =
String.static_array("amex", "cartes_bancaires", "diners", "discover", "eftpos_au", "girocard", "interac", "jcb", "mastercard", "unionpay", "unknown", "visa")
-
VALID_VALUES_FOR_REQUEST_THREE_D_SECURE =
String.static_array("any", "automatic", "challenge")