Interface CheckoutCardFundingSourceClientConfiguration

interface CheckoutCardFundingSourceClientConfiguration {
    apiKey: string;
    fundingSourceType: CreditCard;
    type: "checkout";
    version: number;
}

Hierarchy (view full)

Properties

apiKey: string
fundingSourceType: CreditCard
type: "checkout"
version: number