JobPaymentBean
From
(Difference between revisions)
m (→Fields) |
|||
Line 32: | Line 32: | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|whenPaid | |whenPaid | ||
− | |DateTime | + | |[[DateTime]] |
|N/A | |N/A | ||
|Yes | |Yes | ||
|The date and time the payment was received | |The date and time the payment was received | ||
|} | |} |
Latest revision as of 23:15, 13 June 2018
[edit] Description
This bean represents a particular payment received on the job.
[edit] Fields
The data fields of this object.
Name | Type | Size | Required | Description |
---|---|---|---|---|
PrimaryKey | string | 9 | Yes | The EService primary key of this JobResource. |
UnitValue | BigDecimal | 8 | No | The value of the payment. |
PaymentMethod | string | 20 | Yes | The type of the payment received. |
whenPaid | DateTime | N/A | Yes | The date and time the payment was received |