Teleforge API Reference - v0.1.0
Preparing search index...
bot/src
OrderPayload
Interface OrderPayload
interface
OrderPayload
{
currency
:
string
;
items
:
{
id
:
string
;
quantity
:
number
}
[]
;
total
:
number
;
type
:
"order"
;
}
Index
Properties
currency
items
total
type
Properties
currency
currency
:
string
items
items
:
{
id
:
string
;
quantity
:
number
}
[]
total
total
:
number
type
type
:
"order"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
currency
items
total
type
Teleforge API Reference - v0.1.0
Loading...