Preparing search index...
The search index is not available
@basaldev/blocks-order-service - v2.4.1
@basaldev/blocks-order-service
defaultAdapter
NormalizedOrder
Type alias NormalizedOrder
Normalized
Order
:
{
cancelReason
:
CancelReason
|
null
;
canceledAt
:
Date
|
null
;
cart
:
CartResource
|
null
;
checkout
:
CheckoutResource
|
null
;
closedAt
:
Date
|
null
;
createdAt
:
Date
;
currency
:
Currency
;
customer
:
NormalizedCustomer
;
id
:
string
;
lineItems
:
NormalizedLineItem
[]
;
organization
:
string
;
status
:
Status
;
subtotalPrice
:
number
;
totalPrice
:
number
;
totalTax
:
number
;
updatedAt
:
Date
;
}
&
util.WithCustomFields
Type declaration
cancel
Reason
:
CancelReason
|
null
canceled
At
:
Date
|
null
cart
:
CartResource
|
null
checkout
:
CheckoutResource
|
null
closed
At
:
Date
|
null
created
At
:
Date
currency
:
Currency
customer
:
NormalizedCustomer
id
:
string
line
Items
:
NormalizedLineItem
[]
organization
:
string
status
:
Status
subtotal
Price
:
number
total
Price
:
number
total
Tax
:
number
updated
At
:
Date
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
@basaldev/blocks-order-service - v2.4.1
defaultAdapter
OrderAdapter
OrderAppConfig
ServiceOpts
createNodeblocksOrderApp
Generated using
TypeDoc