trakteerjs
Preparing search index...
<internal>
transactionHistory
Interface transactionHistory
Transaction History
interface
transactionHistory
{
message
:
string
;
result
:
{
data
:
{
amount
:
number
;
creator_name
:
string
;
order_id
:
string
;
payment_method
:
string
;
quantity
:
number
;
status
:
string
;
support_message
:
string
;
unit_name
:
string
;
updated_at
:
string
;
}
[]
;
meta
:
Meta
;
}
;
status
:
"error"
|
"success"
;
status_code
:
number
;
}
Index
Properties
message
result
status
status_
code
Properties
message
message
:
string
Message
result
result
:
{
data
:
{
amount
:
number
;
creator_name
:
string
;
order_id
:
string
;
payment_method
:
string
;
quantity
:
number
;
status
:
string
;
support_message
:
string
;
unit_name
:
string
;
updated_at
:
string
;
}
[]
;
meta
:
Meta
;
}
Result
Type declaration
data
:
{
amount
:
number
;
creator_name
:
string
;
order_id
:
string
;
payment_method
:
string
;
quantity
:
number
;
status
:
string
;
support_message
:
string
;
unit_name
:
string
;
updated_at
:
string
;
}
[]
Result data
meta
:
Meta
status
status
:
"error"
|
"success"
Status
status_
code
status_code
:
number
Status code
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
message
result
status
status_
code
trakteerjs
Loading...
Transaction History