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

    Interface SetupFundingSourceInput

    interface SetupFundingSourceInput {
        applicationName: string;
        currency: string;
        language?: string;
        supportedProviders?: string[];
        type: FundingSourceType;
    }
    Index

    Properties

    applicationName: string

    The name of the client application. Must be shared with the service for configuration purposes.

    currency: string

    The ISO 4217 currency code that is being used for the setup.

    language?: string

    Some funding source types require presentation of end-user language specific agreements. This property allows the client application to specify the user's preferred language. If such presentation is required and has no translation in the requested language or no preferred language is specified, the default translation will be presented. The default is a property of service instance configuration. The value is an RFC 5646 language tag e.g. en-US.

    supportedProviders?: string[]

    Names of providers supported by the client. Will default to the default provider for the funding source type depending on configuration of the service.

    The type of the funding source being setup.