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

B2BPaymentTypeList

B2BPaymentTypeList

export interface B2BPaymentTypeList {
	'paymentTypes'?: Array<B2BPaymentType>;
}

Properties

NameRequiredTypeDescription
paymentTypesOptionalArray<B2BPaymentType>{Array<B2BPaymentType>} B2BPaymentTypeList

Referenced Types

On this page