Preparing search index...
The search index is not available
@nosto/nosto-react
@nosto/nosto-react
Order
Interface Order
interface
Order
{
created_at
?:
Date
;
external_order_ref
:
string
;
info
?:
OrderCustomer
;
items
:
ConversionItem
[]
;
order_status
?:
string
;
order_status_label
?:
string
;
payment_provider
:
string
;
}
Index
Properties
created_
at?
external_
order_
ref
info?
items
order_
status?
order_
status_
label?
payment_
provider
Properties
Optional
created_
at
created_
at
?:
Date
external_
order_
ref
external_
order_
ref
:
string
Optional
info
info
?:
OrderCustomer
items
items
:
ConversionItem
[]
Optional
order_
status
order_
status
?:
string
Optional
order_
status_
label
order_
status_
label
?:
string
payment_
provider
payment_
provider
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created_
at
external_
order_
ref
info
items
order_
status
order_
status_
label
payment_
provider
@nosto/nosto-react
Loading...