interface ListTransactionsByCardIdInput {
    cachePolicy?: CachePolicy;
    cardId: string;
    dateRange?: DateRange;
    limit?: number;
    nextToken?: string;
    sortOrder?: SortOrder;
}

Properties

cachePolicy?: CachePolicy

Cache Policy to use to access transactions.

cardId: string

Identifier of the card to list for related transactions.

dateRange?: DateRange

Inclusive start and end dates between which to search. Default: no date range

limit?: number

Maximum number of transactions to return.

nextToken?: string

Paginated next token.

sortOrder?: SortOrder

Sort order or results. Default: SortOrder.Asc