Interface BalanceTransactionsApiListBalanceTransactionsRequest

Request parameters for listBalanceTransactions operation in BalanceTransactionsApi.

Export

BalanceTransactionsApiListBalanceTransactionsRequest

Hierarchy

  • BalanceTransactionsApiListBalanceTransactionsRequest

Properties

created_at_gte?: string

Minimum `created_at` value to filter by (inclusive).

Memberof

BalanceTransactionsApiListBalanceTransactions

created_at_lte?: string

Maximum `created_at` value to filter by (inclusive).

Memberof

BalanceTransactionsApiListBalanceTransactions

limit?: number

The maximum number of entries to return. If the value exceeds the maximum, then the maximum value will be used.

Memberof

BalanceTransactionsApiListBalanceTransactions

offset?: number

The (zero-based) offset of the first item in the collection to return.

Memberof

BalanceTransactionsApiListBalanceTransactions

payout_id?: string

Only returns transactions that were paid out on the specified payout ID.

Memberof

BalanceTransactionsApiListBalanceTransactions

source_id?: string

Only returns the original transaction.

Memberof

BalanceTransactionsApiListBalanceTransactions

tilled_account: string

The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.

Memberof

BalanceTransactionsApiListBalanceTransactions

Only return transaction of the given type.

Memberof

BalanceTransactionsApiListBalanceTransactions

Generated using TypeDoc