@sudoplatform/sudo-virtual-cards
    Preparing search index...

    Interface ListProvisionalFundingSourcesInput

    interface ListProvisionalFundingSourcesInput {
        cachePolicy?: CachePolicy;
        filter?: ProvisionalFundingSourceFilterInput;
        limit?: number;
        nextToken?: string;
        sortOrder?: SortOrder;
    }
    Index

    Properties

    cachePolicy?: CachePolicy

    Determines how the funding sources will be fetched.

    The filter to be applied to the list of provisional funding sources to return.

    limit?: number

    Maximum number of items to return. Will be defaulted if omitted.

    nextToken?: string

    Paginated next token.

    sortOrder?: SortOrder

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