Interface CheckoutBankAccountFundingSourceClientConfiguration

interface CheckoutBankAccountFundingSourceClientConfiguration {
    apiKey: string;
    fundingSourceType: BankAccount;
    type: "checkout";
    version: number;
}

Hierarchy (view full)

Properties

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