Term
Represents payment terms that define due date rules, early payment discount conditions, and late payment penalty settings.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the term. |
| auditCreatedDateTime | Datetime | True |
The date and time when the term was created. |
| auditModifiedBy | String | True |
The user who last modified the term. |
| auditModifiedDateTime | Datetime | True |
The date and time when the term was last modified. |
| description | String | False |
The description of this term. |
| discountAmount | Decimal | False |
The discount amount applied if payment is made within the discount period for this term. |
| discountCalculateOn | String | False |
The basis on which the discount is calculated for this term. |
| discountDays | Int | False |
The number of days within which payment must be made to qualify for the discount on this term. |
| discountFrom | String | False |
The starting point from which the discount period is calculated for this term. |
| discountGraceDays | Int | False |
The number of additional grace days allowed beyond the discount period for this term. |
| discountUnit | String | False |
The unit used to express the discount period for this term, such as days or months. |
| dueDays | Int | False |
The number of days after which payment is due for this term. |
| dueFrom | String | False |
The starting point from which the due date is calculated for this term. |
| href | String | True |
The URL of the term resource. |
| id | String | False |
The unique identifier of the term record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the term record. |
| penaltyAmount | Decimal | False |
The penalty amount charged for late payment under this term. |
| penaltyCycle | String | False |
The cycle at which the late payment penalty recurs under this term. |
| penaltyGraceDays | Int | False |
The number of grace days allowed before a late payment penalty is applied under this term. |
| penaltyUnit | String | False |
The unit used to express the penalty period under this term, such as days or months. |
| status | String | False |
The current status of the term, such as active or inactive. |