@wppconnect/wa-js - v3.19.3
Preparing search index...
order
OrderInfo
Interface OrderInfo
Order information structure
interface
OrderInfo
{
currency
:
string
;
discount
?:
number
;
items
:
OrderItem
[]
;
shipping
?:
number
;
subtotal
:
number
;
tax
?:
number
;
totalAmount
:
number
;
}
Index
Properties
currency
discount?
items
shipping?
subtotal
tax?
total
Amount
Properties
currency
currency
:
string
Optional
discount
discount
?:
number
items
items
:
OrderItem
[]
Optional
shipping
shipping
?:
number
subtotal
subtotal
:
number
Optional
tax
tax
?:
number
total
Amount
totalAmount
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
currency
discount
items
shipping
subtotal
tax
total
Amount
@wppconnect/wa-js - v3.19.3
Loading...
Order information structure