headless-commerce
Preparing search index...
lib/checkout/stripe-mock
MockCheckoutSession
Interface MockCheckoutSession
Mock session returned to the checkout UI without contacting Stripe.
interface
MockCheckoutSession
{
amountTotalCents
:
number
;
checkoutUrl
:
string
;
message
:
string
;
sessionId
:
string
;
status
:
MockCheckoutStatus
;
}
Index
Properties
amount
Total
Cents
checkout
Url
message
session
Id
status
Properties
Readonly
amount
Total
Cents
amountTotalCents
:
number
Readonly
checkout
Url
checkoutUrl
:
string
Readonly
message
message
:
string
Readonly
session
Id
sessionId
:
string
Readonly
status
status
:
MockCheckoutStatus
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
Total
Cents
checkout
Url
message
session
Id
status
headless-commerce
Loading...
Mock session returned to the checkout UI without contacting Stripe.