alias Stripe::CheckoutSessionConsentCollection
Overview
When set, provides configuration for the Checkout Session to gather active consent from customers.
Alias Definition
Stripe::PaymentPagesCheckoutSessionConsentCollection
Defined in:
stripe/models/checkout_session_consent_collection.crConstant Summary
-
ERROR_MESSAGE_FOR_PROMOTIONS =
"invalid value for \"promotions\", must be one of [auto, none]."
-
ERROR_MESSAGE_FOR_TERMS_OF_SERVICE =
"invalid value for \"terms_of_service\", must be one of [none, required]."
-
VALID_VALUES_FOR_PROMOTIONS =
String.static_array("auto", "none")
-
VALID_VALUES_FOR_TERMS_OF_SERVICE =
String.static_array("none", "required")