Alokai

SapccApiGetPaymentModesRequest

Request parameters for getPaymentModes operation in SapccApi. SapccApiGetPaymentModesRequest

interface SapccApiGetPaymentModesRequest {
	readonly baseSiteId: string;
	readonly fields?: string;
}

Properties

NameRequiredTypeDescription
baseSiteIdRequiredstringBase site identifier {string} SapccApiGetPaymentModes
fieldsOptionalstringResponse configuration. This is the list of fields that should be returned in the response body. Examples: BASIC,DEFAULT,FULL {string} SapccApiGetPaymentModes

On this page