Interface BaseFundingSourceClientConfiguration

interface BaseFundingSourceClientConfiguration {
    fundingSourceType: FundingSourceType;
    type: string;
    version: number;
}

Hierarchy (view full)

Properties

fundingSourceType: FundingSourceType
type: string
version: number