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

    Interface CheckoutBankAccountFundingSourceClientConfiguration

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

    Hierarchy (View Summary)

    Index

    Properties

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