Home > @vsf-enterprise/sap-commerce-webservices-sdk > MiscsApiFp

MiscsApiFp variable

MiscsApi - functional programming interface

Signature:

MiscsApiFp: (configuration?: Configuration) => {
    getCardTypes(baseSiteId: string, fields?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CardTypeList>>;
    getCurrencies(baseSiteId: string, fields?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CurrencyList>>;
    getDeliveryCountries(baseSiteId: string, fields?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CountryList>>;
    getLanguages(baseSiteId: string, fields?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LanguageList>>;
    getTitles(baseSiteId: string, fields?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TitleList>>;
}