Interface BalanceTransactionsApiGetBalanceTransactionsSummaryRequest

Request parameters for getBalanceTransactionsSummary operation in BalanceTransactionsApi.

Export

BalanceTransactionsApiGetBalanceTransactionsSummaryRequest

Hierarchy

  • BalanceTransactionsApiGetBalanceTransactionsSummaryRequest

Properties

created_at_gte?: string

Minimum `created_at` value to filter by (inclusive). Defaults to the beginning of the current month.

Memberof

BalanceTransactionsApiGetBalanceTransactionsSummary

created_at_lte?: string

Maximum `created_at` value to filter by (inclusive). Defaults to midnight tonight.

Memberof

BalanceTransactionsApiGetBalanceTransactionsSummary

include_connected_accounts?: boolean

Whether or not to include the results from any connected accounts.

Memberof

BalanceTransactionsApiGetBalanceTransactionsSummary

tilled_account: string

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

Memberof

BalanceTransactionsApiGetBalanceTransactionsSummary

String indicating the unit of time to aggregate the summary of data.

Memberof

BalanceTransactionsApiGetBalanceTransactionsSummary

Time Zone by which to aggregate the results.

Memberof

BalanceTransactionsApiGetBalanceTransactionsSummary

An array containing specific balance transaction types. The data will be filtered to include only transactions with a matching type property.

Memberof

BalanceTransactionsApiGetBalanceTransactionsSummary

Generated using TypeDoc