Home > @vsf-enterprise/sap-commerce-webservices-sdk > MiscsApi > getCardTypes
MiscsApi.getCardTypes() method
Lists supported payment card types. Get a list of supported payment card types.
Signature:
getCardTypes(baseSiteId: string, fields?: string, options?: any): Promise<import("axios").AxiosResponse<CardTypeList>>;
Parameters
Parameter | Type | Description |
---|---|---|
baseSiteId | string | Base site identifier |
fields | string | Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC, DEFAULT, FULL |
options | any | Override http request option. |
Returns:
Promise<import("axios").AxiosResponse<CardTypeList>>
Exceptions
{RequiredError} MiscsApi