JobResourceBean
From
Description
This bean represents a particular resource used on the job.
Fields
The data fields of this object.
Name | Type | Size | Required | Description |
---|---|---|---|---|
PrimaryKey | string | 9 | Yes | The EService primary key of this JobResource. |
Quantity | BigDecimal | 8 | Yes | The number of units of this resource, used on the job. |
UnitValue | BigDecimal | 8 | Yes | The value of each unit of this resource. |
Chargable | Boolean | 1 | Yes | An indicator for whether the resource was marked as "Chargeable" on the field device. |
ResourceName | string | 20 | Yes | The name (primary key) of the resource used. |
WhenAttached | DateTime | N/A | Yes | The date and time the resource was attached to the job. |