alias Stripe::SetupIntentAutomaticPaymentMethods

Overview

Settings for dynamic payment methods compatible with this Setup Intent

Alias Definition

Stripe::PaymentFlowsAutomaticPaymentMethodsSetupIntent

Defined in:

stripe/models/setup_intent_automatic_payment_methods.cr

Constant Summary

ERROR_MESSAGE_FOR_ALLOW_REDIRECTS = "invalid value for \"allow_redirects\", must be one of [always, never]."
VALID_VALUES_FOR_ALLOW_REDIRECTS = String.static_array("always", "never")