ProductExpressUpdateElementList
Representation of a Product Express Update Element List ProductExpressUpdateElementList
export interface ProductExpressUpdateElementList {
'productExpressUpdateElements'?: Array<ProductExpressUpdateElement>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
productExpressUpdateElements | Optional | Array<ProductExpressUpdateElement> | List of product express update element {Array<ProductExpressUpdateElement>} ProductExpressUpdateElementList |