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

    Interface StripeCardFundingSourceClientConfiguration

    The Sudo Platform SDK representation of the funding source client configuration.

    FundingSourceClientConfiguration

    interface StripeCardFundingSourceClientConfiguration {
        apiKey: string;
        fundingSourceType: CreditCard;
        type: "stripe";
        version: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    apiKey: string

    API Key for configuring calls to the provider.

    fundingSourceType: CreditCard
    type: "stripe"

    Type of the configuration provider.

    version: number

    Configuration version.