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