interface ListProvisionalCardsInput {
    cachePolicy?: CachePolicy;
    limit?: number;
    nextToken?: string;
}

Properties

cachePolicy?: CachePolicy

Cache Policy to use to access provisional cards.

limit?: number

Maximum number of cards to return.

nextToken?: string

Paginated next token.