Interface BalanceTransactionsSummaryQueryParams

Export

BalanceTransactionsSummaryQueryParams

Hierarchy

  • BalanceTransactionsSummaryQueryParams

Properties

created_at_gte?: string

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

Memberof

BalanceTransactionsSummaryQueryParams

created_at_lte?: string

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

Memberof

BalanceTransactionsSummaryQueryParams

include_connected_accounts?: boolean

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

Memberof

BalanceTransactionsSummaryQueryParams

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

Memberof

BalanceTransactionsSummaryQueryParams

Time Zone by which to aggregate the results.

Memberof

BalanceTransactionsSummaryQueryParams

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

Memberof

BalanceTransactionsSummaryQueryParams

Generated using TypeDoc