alias Stripe::BillingPortalSessionFlow

Overview

Information about a specific flow for the customer to go through. See the docs to learn more about using customer portal deep links and flows.

Alias Definition

Stripe::PortalFlowsFlow

Defined in:

stripe/models/billing_portal_session_flow.cr

Constant Summary

ERROR_MESSAGE_FOR__TYPE = "invalid value for \"_type\", must be one of [payment_method_update, subscription_cancel, subscription_update, subscription_update_confirm]."
VALID_VALUES_FOR__TYPE = String.static_array("payment_method_update", "subscription_cancel", "subscription_update", "subscription_update_confirm")