class ReportFilter

Filtering object for reports

Attributes

after_date[RW]
Integer

Only include resources with CreationDate

after this time (UNIX timestamp)

author_id[RW]
String

Only include resources with this author ID

before_date[RW]
Integer

Only include resources with CreationDate

before this time (UNIX timestamp)

currency[RW]
CurrencyIso

Only include wallets of this currency

max_balance_amount[RW]
Integer

The maximum balance of wallets to include

max_balance_currency[RW]
CurrencyIso

The currency of maximum balance

max_debited_funds_amount[RW]
Integer

The maximum amount of debited funds

max_debited_funds_currency[RW]
CurrencyIso

The currency of maximum debited funds

max_fees_amount[RW]
Integer

The maximum amount of fees

max_fees_currency[RW]
CurrencyIso

The currency of maximum fees

min_balance_amount[RW]
Integer

The minimum balance of wallets to include

min_balance_currency[RW]
CurrencyIso

The currency of minimum balance

min_debited_funds_amount[RW]
Integer

The minimum amount of debited funds

min_debited_funds_currency[RW]
CurrencyIso

The currency of minimum debited funds

min_fees_amount[RW]
Integer

The minimum amount of fees

min_fees_currency[RW]
CurrencyIso

The currency of minimum fees

nature[RW]
Array

Only include transactions of these +TransactionNature+s

owner_id[RW]
String

Only include wallets having owner with this ID

status[RW]
Array

Only include transactions with these +TransactionStatus+es

type[RW]
Array

Only include transactions of these +TransactionType+s

wallet_id[RW]
String

Only include resources with this wallet ID