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

    Interface RefreshFundingSourceInput

    interface RefreshFundingSourceInput {
        id: string;
        language?: string;
        refreshData: RefreshFundingSourceCheckoutBankAccountRefreshDataInput;
    }
    Index

    Properties

    id: string

    The identifier of the funding source to be refreshed

    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.

    JSON string of the refresh data to be passed back to the service.