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

    Interface ListFundingSourcesInput

    interface ListFundingSourcesInput {
        cachePolicy?: CachePolicy;
        filter?: FundingSourceFilterInput;
        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 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 funding source was updated). The default order is descending, ie, most recently updated first.