Alokai

ProductExpressUpdateElementList

Representation of a Product Express Update Element List ProductExpressUpdateElementList

export interface ProductExpressUpdateElementList {
	'productExpressUpdateElements'?: Array<ProductExpressUpdateElement>;
}

Properties

NameRequiredTypeDescription
productExpressUpdateElementsOptionalArray<ProductExpressUpdateElement>List of product express update element {Array<ProductExpressUpdateElement>} ProductExpressUpdateElementList

Referenced Types

On this page