alias Stripe::CustomerSessionResourceComponentsResourcePaymentElementFeatures
Overview
This hash defines whether the Payment Element supports certain features.
Alias Definition
Stripe::CustomerSessionResourceComponentsResourcePaymentElementResourceFeatures
Defined in:
stripe/models/customer_session_resource_components_resource_payment_element_features.crConstant Summary
-
ERROR_MESSAGE_FOR_PAYMENT_METHOD_ALLOW_REDISPLAY_FILTERS =
"invalid value for \"payment_method_allow_redisplay_filters\", must be one of [always, limited, unspecified]."
-
ERROR_MESSAGE_FOR_PAYMENT_METHOD_REDISPLAY =
"invalid value for \"payment_method_redisplay\", must be one of [disabled, enabled]."
-
ERROR_MESSAGE_FOR_PAYMENT_METHOD_REMOVE =
"invalid value for \"payment_method_remove\", must be one of [disabled, enabled]."
-
ERROR_MESSAGE_FOR_PAYMENT_METHOD_SAVE =
"invalid value for \"payment_method_save\", must be one of [disabled, enabled]."
-
ERROR_MESSAGE_FOR_PAYMENT_METHOD_SAVE_USAGE =
"invalid value for \"payment_method_save_usage\", must be one of [off_session, on_session]."
-
VALID_VALUES_FOR_PAYMENT_METHOD_ALLOW_REDISPLAY_FILTERS =
String.static_array("always", "limited", "unspecified")
-
VALID_VALUES_FOR_PAYMENT_METHOD_REDISPLAY =
String.static_array("disabled", "enabled")
-
VALID_VALUES_FOR_PAYMENT_METHOD_REMOVE =
String.static_array("disabled", "enabled")
-
VALID_VALUES_FOR_PAYMENT_METHOD_SAVE =
String.static_array("disabled", "enabled")
-
VALID_VALUES_FOR_PAYMENT_METHOD_SAVE_USAGE =
String.static_array("off_session", "on_session")