Alokai

GetPaymentMethodsParams

Type of the parameters object required by /getPaymentMethods endpoint

export interface GetPaymentMethodsParams {
	shopperLocale?: string;
}

Properties

NameRequiredTypeDescription
shopperLocaleOptionalstring

On this page