Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IListTransactionsRequest

Hierarchy

  • IListTransactionsRequest

Index

Properties

accountIdKey: string

The unique account key. Retrievable by calling the List Accounts API.

count?: number

Number of transactions to return in the response. If not specified, defaults to 50. Used for paging as described in the Notes below.

endDate?: string

The latest date to include in the date range, formatted as MMDDYYYY.

marker?: string

Specifies the desired starting point of the set of items to return. Used for paging as described in the Notes below.

sortOrder?: "ASC" | "DESC"

The sort order request.

startDate?: string

The earliest date to include in the date range, formatted as MMDDYYYY. History is available for two years.

Generated using TypeDoc