Mayson Monorepo Documentation
Preparing search index...
packages/stripe/src
Stripe
BillingPortal
SessionsResource
Class SessionsResource
Index
Constructors
constructor
Methods
create
Constructors
constructor
new
SessionsResource
()
:
Stripe
.
BillingPortal
.
SessionsResource
Returns
Stripe
.
BillingPortal
.
SessionsResource
Methods
create
create
(
params
?:
Stripe
.
BillingPortal
.
SessionCreateParams
,
options
?:
RequestOptions
,
)
:
Promise
<
Response
<
Stripe
.
BillingPortal
.
Session
>
>
Creates a session of the customer portal.
Parameters
Optional
params
:
Stripe
.
BillingPortal
.
SessionCreateParams
Optional
options
:
RequestOptions
Returns
Promise
<
Response
<
Stripe
.
BillingPortal
.
Session
>
>
create
(
options
?:
RequestOptions
,
)
:
Promise
<
Response
<
Stripe
.
BillingPortal
.
Session
>
>
Creates a session of the customer portal.
Parameters
Optional
options
:
RequestOptions
Returns
Promise
<
Response
<
Stripe
.
BillingPortal
.
Session
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
create
Mayson Monorepo Documentation
Loading...
Creates a session of the customer portal.