Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

PaymentModeList

Representation of a Payment Mode List PaymentModeList

export interface PaymentModeList {
	'paymentModes'?: Array<PaymentMode>;
}

Properties

NameRequiredTypeDescription
paymentModesOptionalArray<PaymentMode>List of payment modes {Array<PaymentMode>} PaymentModeList

Referenced Types

On this page