Appearance
DoCurious API Reference / types / CheckoutSession
Interface: CheckoutSession
Defined in: types/payment.types.ts:81
Checkout session
Extends
Properties
billingAddress?
optionalbillingAddress:BillingAddress
Defined in: types/payment.types.ts:86
cart
cart:
Cart
Defined in: types/payment.types.ts:83
createdAt
createdAt:
string
Defined in: types/common.types.ts:154
ISO 8601 datetime when the entity was created
Inherited from
expiresAt
expiresAt:
string
Defined in: types/payment.types.ts:88
id
id:
string
Defined in: types/common.types.ts:167
Inherited from
paymentMethodId?
optionalpaymentMethodId:string
Defined in: types/payment.types.ts:84
shippingAddress?
optionalshippingAddress:BillingAddress
Defined in: types/payment.types.ts:85
status
status:
"completed"|"processing"|"open"|"expired"
Defined in: types/payment.types.ts:87
updatedAt
updatedAt:
string
Defined in: types/common.types.ts:156
ISO 8601 datetime when the entity was last modified
Inherited from
userId
userId:
string
Defined in: types/payment.types.ts:82