interface GetFundingSourceInput {
    cachePolicy?: CachePolicy;
    id: string;
}

Properties

Properties

cachePolicy?: CachePolicy

Determines how the funding source will be fetched.

id: string

The identifier of the funding source to be retrieved.