stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.BillingPortal_Session

Description

Contains the types generated from the schema BillingPortal_Session

Synopsis

Documentation

data BillingPortal'session Source #

Defines the object schema located at components.schemas.billing_portal.session in the specification.

The Billing customer portal is a Stripe-hosted UI for subscription and billing management.

A portal configuration describes the functionality and features that you want to provide to your customers through the portal.

A portal session describes the instantiation of the customer portal for a particular customer. By visiting the session's URL, the customer can manage their subscriptions and billing details. For security reasons, sessions are short-lived and will expire if the customer does not visit the URL. Create sessions on-demand when customers intend to manage their subscriptions and billing details.

Learn more in the product overview and integration guide.

Constructors

BillingPortal'session 

Fields

data BillingPortal'sessionConfiguration'Variants Source #

Defines the oneOf schema located at components.schemas.billing_portal.session.properties.configuration.anyOf in the specification.

The configuration used by this session, describing the features available.