interface ListVirtualCardsInput {
    cachePolicy?: CachePolicy;
    filter?: VirtualCardFilterInput;
    limit?: number;
    nextToken?: string;
    sortOrder?: SortOrder;
}

Properties

cachePolicy?: CachePolicy

Cache Policy to use to access virtual cards.

The filter to be applied to the list of virtual cards to return.

limit?: number

Maximum number of cards to return.

nextToken?: string

Paginated next token.

sortOrder?: SortOrder

Order in which records are returned (based on date/time at which the virtual card was updated). The default order is descending, ie, most recently updated first.