Alokai

B2BPaymentTypeList

B2BPaymentTypeList

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

Properties

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

Referenced Types

On this page