Enum ChargeType

java.lang.Object
java.lang.Enum<ChargeType>
com.xero.models.project.ChargeType
All Implemented Interfaces:
Serializable, Comparable<ChargeType>, java.lang.constant.Constable

public enum ChargeType extends Enum<ChargeType>
Can be `TIME`, `FIXED` or `NON_CHARGEABLE`, defines how the task will be charged. Use `TIME` when you want to charge per hour and `FIXED` to charge as a fixed amount. If the task will not be charged use `NON_CHARGEABLE`.