alias Stripe::InvoicesPaymentMethodOptionsCard
Overview
If paying by card
, this sub-hash contains details about the Card payment method options to pass to the invoice’s PaymentIntent.
Alias Definition
Stripe::InvoicePaymentMethodOptionsCard
Defined in:
stripe/models/invoices_payment_method_options_card.crConstant Summary
-
ERROR_MESSAGE_FOR_REQUEST_THREE_D_SECURE =
"invalid value for \"request_three_d_secure\", must be one of [any, automatic, challenge]."
-
VALID_VALUES_FOR_REQUEST_THREE_D_SECURE =
String.static_array("any", "automatic", "challenge")