Type Alias RequestBillingAgreementOptions

RequestBillingAgreementOptions: {
    clientToken: string;
    billingAgreementDescription?: string;
    localeCode?:
        | "da_DK"
        | "de_DE"
        | "en_AU"
        | "en_GB"
        | "en_US"
        | "es_ES"
        | "es_XC"
        | "fr_CA"
        | "fr_FR"
        | "fr_XC"
        | "id_ID"
        | "it_IT"
        | "ja_JP"
        | "ko_KR"
        | "nl_NL"
        | "no_NO"
        | "pl_PL"
        | "pt_BR"
        | "pt_PT"
        | "ru_RU"
        | "sv_SE"
        | "th_TH"
        | "tr_TR"
        | "zh_CN"
        | "zh_HK"
        | "zh_TW"
        | "zh_XC";
    merchantAccountID?: string;
    displayName?: string;
}