Mayson Monorepo Documentation
Preparing search index...
packages/types/src
CreateCheckoutSessionResponse
Interface CreateCheckoutSessionResponse
Response from creating a checkout session
interface
CreateCheckoutSessionResponse
{
checkoutUrl
:
string
;
sessionId
:
string
;
}
Index
Properties
checkout
Url
session
Id
Properties
checkout
Url
checkoutUrl
:
string
Stripe checkout session URL
session
Id
sessionId
:
string
Session ID
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
checkout
Url
session
Id
Mayson Monorepo Documentation
Loading...
Response from creating a checkout session