OrderValidationIssuesViewModel
View model containing the updated order and any issues found during validation.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Order |
The validated order. |
IOrder |
None. |
| Removals |
The items that were removed from the order. |
Collection of IItemRemovalValidationIssue |
None. |
| Updates |
The items that were updated on the order. |
Collection of IItemUpdateValidationIssue |
None. |
| IssuesFound |
Indicates if any issues were found during validation. |
boolean |
None. |