Constructor
# new OrderLine(gtin, quantity, requesterId, senderId, status)
Parameters:
| Name | Type | Description |
|---|---|---|
gtin |
||
quantity |
||
requesterId |
||
senderId |
||
status |
Methods
# validate()
Validate if everything seems ok with the properties of this object.
Validate if everything seems ok with the properties of this object.
undefined if all ok. An arry of errors if not all ok.