@nexartis/nexartis-nanda-node-sdk - v1.2.1
Preparing search index...
CheckoutSession
Interface CheckoutSession
interface
CheckoutSession
{
client_agent_id
:
string
|
null
;
created_at
:
number
;
expires_at
:
number
;
id
:
string
;
line_items
:
CheckoutLineItem
[]
;
metadata
:
Record
<
string
,
unknown
>
|
null
;
payment
:
CheckoutPayment
|
null
;
status
:
|
"completed"
|
"open"
|
"pending_payment"
|
"paid"
|
"expired"
|
"cancelled"
;
totals
:
CheckoutTotals
;
updated_at
:
number
;
}
Index
Properties
client_
agent_
id
created_
at
expires_
at
id
line_
items
metadata
payment
status
totals
updated_
at
Properties
client_
agent_
id
client_agent_id
:
string
|
null
created_
at
created_at
:
number
expires_
at
expires_at
:
number
id
id
:
string
line_
items
line_items
:
CheckoutLineItem
[]
metadata
metadata
:
Record
<
string
,
unknown
>
|
null
payment
payment
:
CheckoutPayment
|
null
status
status
:
|
"completed"
|
"open"
|
"pending_payment"
|
"paid"
|
"expired"
|
"cancelled"
totals
totals
:
CheckoutTotals
updated_
at
updated_at
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client_
agent_
id
created_
at
expires_
at
id
line_
items
metadata
payment
status
totals
updated_
at
@nexartis/nexartis-nanda-node-sdk - v1.2.1
Loading...