new OrderUpdateMessage()
Extends
Methods
(static) OrderUpdateMessage#getDiscountsAddedOperation() → {order.operation.DiscountsAddedOperation}
Get the field value
Items that were added to the display order.
Returns:
- Type
- order.operation.DiscountsAddedOperation
(static) OrderUpdateMessage#getDiscountsDeletedOperation() → {order.operation.DiscountsDeletedOperation}
Get the field value
Items that were added to the display order.
Returns:
- Type
- order.operation.DiscountsDeletedOperation
(static) OrderUpdateMessage#getLineItemsAddedOperation() → {order.operation.LineItemsAddedOperation}
Get the field value
Items that were added to the display order.
Returns:
- Type
- order.operation.LineItemsAddedOperation
(static) OrderUpdateMessage#getLineItemsDeletedOperation() → {order.operation.LineItemsDeletedOperation}
Get the field value
Items that were added to the display order.
Returns:
- Type
- order.operation.LineItemsDeletedOperation
(static) OrderUpdateMessage#getOrder() → {order.DisplayOrder}
Get the field value
The order that is to be displayed.
Returns:
- Type
- order.DisplayOrder
(static) OrderUpdateMessage#getOrderDeletedOperation() → {order.operation.OrderDeletedOperation}
Get the field value
Items that were added to the display order.
Returns:
- Type
- order.operation.OrderDeletedOperation
(static) OrderUpdateMessage#setDiscountsAddedOperation(discountsAddedOperation)
Set the field value
Items that were added to the display order.
Parameters:
Name | Type | Description |
---|---|---|
discountsAddedOperation |
order.operation.DiscountsAddedOperation |
(static) OrderUpdateMessage#setDiscountsDeletedOperation(discountsDeletedOperation)
Set the field value
Items that were added to the display order.
Parameters:
Name | Type | Description |
---|---|---|
discountsDeletedOperation |
order.operation.DiscountsDeletedOperation |
(static) OrderUpdateMessage#setLineItemsAddedOperation(lineItemsAddedOperation)
Set the field value
Items that were added to the display order.
Parameters:
Name | Type | Description |
---|---|---|
lineItemsAddedOperation |
order.operation.LineItemsAddedOperation |
(static) OrderUpdateMessage#setLineItemsDeletedOperation(lineItemsDeletedOperation)
Set the field value
Items that were added to the display order.
Parameters:
Name | Type | Description |
---|---|---|
lineItemsDeletedOperation |
order.operation.LineItemsDeletedOperation |
(static) OrderUpdateMessage#setOrder(order)
Set the field value
The order that is to be displayed.
Parameters:
Name | Type | Description |
---|---|---|
order |
order.DisplayOrder |
(static) OrderUpdateMessage#setOrderDeletedOperation(orderDeletedOperation)
Set the field value
Items that were added to the display order.
Parameters:
Name | Type | Description |
---|---|---|
orderDeletedOperation |
order.operation.OrderDeletedOperation |