@sumup/sdk
Preparing search index...
SumUp
Transactions
ListTransactionsQueryParams
Type Alias ListTransactionsQueryParams
type
ListTransactionsQueryParams
=
{
changes_since
?:
string
;
limit
?:
number
;
newest_ref
?:
string
;
newest_time
?:
string
;
oldest_ref
?:
string
;
oldest_time
?:
string
;
order
?:
"ascending"
|
"descending"
;
payment_types
?:
(
"CASH"
|
"POS"
|
"ECOM"
|
"BALANCE"
|
"MOTO"
|
"BOLETO"
|
"UNKNOWN"
)
[]
;
statuses
?:
(
"SUCCESSFUL"
|
"CANCELLED"
|
"FAILED"
|
"REFUNDED"
|
"CHARGE_BACK"
)
[]
;
transaction_code
?:
string
;
types
?:
(
"PAYMENT"
|
"REFUND"
|
"CHARGE_BACK"
)
[]
;
users
?:
string
[]
;
}
Index
Properties
changes_
since?
limit?
newest_
ref?
newest_
time?
oldest_
ref?
oldest_
time?
order?
payment_
types?
statuses?
transaction_
code?
types?
users?
Properties
Optional
changes_
since
changes_since
?:
string
Optional
limit
limit
?:
number
Optional
newest_
ref
newest_ref
?:
string
Optional
newest_
time
newest_time
?:
string
Optional
oldest_
ref
oldest_ref
?:
string
Optional
oldest_
time
oldest_time
?:
string
Optional
order
order
?:
"ascending"
|
"descending"
Optional
payment_
types
payment_types
?:
(
"CASH"
|
"POS"
|
"ECOM"
|
"BALANCE"
|
"MOTO"
|
"BOLETO"
|
"UNKNOWN"
)
[]
Optional
statuses
statuses
?:
(
"SUCCESSFUL"
|
"CANCELLED"
|
"FAILED"
|
"REFUNDED"
|
"CHARGE_BACK"
)
[]
Optional
transaction_
code
transaction_code
?:
string
Optional
types
types
?:
(
"PAYMENT"
|
"REFUND"
|
"CHARGE_BACK"
)
[]
Optional
users
users
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
changes_
since
limit
newest_
ref
newest_
time
oldest_
ref
oldest_
time
order
payment_
types
statuses
transaction_
code
types
users
@sumup/sdk
Loading...