alias Stripe::CheckoutSessionSavedPaymentMethodOptions

Overview

Controls saved payment method settings for the session. Only available in payment and subscription mode.

Alias Definition

Stripe::PaymentPagesCheckoutSessionSavedPaymentMethodOptions

Defined in:

stripe/models/checkout_session_saved_payment_method_options.cr

Constant Summary

ERROR_MESSAGE_FOR_ALLOW_REDISPLAY_FILTERS = "invalid value for \"allow_redisplay_filters\", must be one of [always, limited, unspecified]."
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]."
VALID_VALUES_FOR_ALLOW_REDISPLAY_FILTERS = String.static_array("always", "limited", "unspecified")
VALID_VALUES_FOR_PAYMENT_METHOD_REMOVE = String.static_array("disabled", "enabled")
VALID_VALUES_FOR_PAYMENT_METHOD_SAVE = String.static_array("disabled", "enabled")