alias Stripe::PaymentIntentPaymentMethodOptionsCardMandateOptions
Overview
Configuration options for setting up an eMandate for cards issued in India.
Alias Definition
Stripe::PaymentMethodOptionsCardMandateOptions
Defined in:
stripe/models/payment_intent_payment_method_options_card_mandate_options.crConstant Summary
-
ERROR_MESSAGE_FOR_AMOUNT_TYPE =
"invalid value for \"amount_type\", must be one of [fixed, maximum]."
-
ERROR_MESSAGE_FOR_INTERVAL =
"invalid value for \"interval\", must be one of [day, month, sporadic, week, year]."
-
ERROR_MESSAGE_FOR_SUPPORTED_TYPES =
"invalid value for \"supported_types\", must be one of [india]."
-
MAX_LENGTH_FOR_DESCRIPTION =
200
-
MAX_LENGTH_FOR_REFERENCE =
80
-
VALID_VALUES_FOR_AMOUNT_TYPE =
String.static_array("fixed", "maximum")
-
VALID_VALUES_FOR_INTERVAL =
String.static_array("day", "month", "sporadic", "week", "year")
-
VALID_VALUES_FOR_SUPPORTED_TYPES =
String.static_array("india")