alias Stripe::PaymentLinkConsentCollection

Overview

When set, provides configuration to gather active consent from customers.

Alias Definition

Stripe::PaymentLinksResourceConsentCollection

Defined in:

stripe/models/payment_link_consent_collection.cr

Constant 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")