ChargeCodeBean
ChargeCodeBean is used to hold the charge code and the percentage in a time sheet line. It is used in TimeSheetLineBean. This data type is used in TimeSheetLineBean.
|
Property |
Type |
Description |
Required |
Default |
|---|---|---|---|---|
|
chargeCodeId |
Long |
ID of the charge code. |
Yes |
N/A |
|
chargeCodeName |
String |
String value of the charge code name. |
No |
N/A |
|
Description |
String |
String value of the charge code description. |
No |
N/A |
|
enabledFlag |
Boolean |
Boolean value. True if this charge code is enabled, False otherwise. |
Yes |
N/A |
|
category |
String |
String value of the charge code category. |
No |
N/A |
|
departmentCode |
String |
String value of the charge code department code. |
No |
N/A |
|
clientCode |
String |
String value of the charge code client code. |
No |
N/A |
|
Percentage |
Double |
Double value of the percentage of this charge code with the range of 0 to 100. The sum of all percentages in the Charge Codes list must be 100. |
Yes |
N/A |


