| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
ID of this delivery |
integer |
None. |
| StoreID |
The Store ID this delivery refers to |
integer |
None. |
| TankNumber |
The Tank Number this delivery is going to |
integer |
None. |
| Volume |
Volume of this delivery |
decimal number |
None. |
| Supplier_GUID |
The Supplier Guid in byte[] format |
Collection of byte |
None. |
| SupplierGuid |
Returns the Supplier's GUID Setter: If the value is null or a empty guid, a ArgumentException is thrown Getter: Returns the supplier guid, if the guid is null or the length is not 16, null is returned |
globally unique identifier |
None. |
| Supplier |
Represents the supplier who made this delivery |
string |
String length: inclusive between 0 and 32 |
| Delivered |
Date delivered |
date |
None. |
| RecordedAt |
Date recorded |
date |
None. |
| OperatorG_UID |
Operator Guid in byte[] |
Collection of byte |
None. |
| OperatorGuid |
Returns the Supplier's GUID Setter: If the value is null or a empty guid, a ArgumentException is thrown Getter: Returns the supplier guid, if the guid is null or the length is not 16, null is returned |
globally unique identifier |
None. |
| User |
The user or operator who performed the action |
string |
None. |
| Adjustment |
Indicates this delivery was recorded as an adjustment |
boolean |
None. |
| Imported |
Date imported |
date |
None. |
| Processed |
Has this delivery been processed by Tray Utility |
boolean |
None. |
| DeliveredText | string |
None. |
|
| RecordedAtText | string |
None. |
|
| StoreName | string |
None. |
|
| OperatorName | string |
None. |
|
| SupplierName | string |
None. |
|
| Tank |
Fuel Tank object this delivery went to |
FuelTank |
None. |
| DeliverySupplier |
The Supplier object who elivered this delivery |
Supplier |
None. |