The OrderCredit data object represents an order credit.
| Element | Data Type | Description | Restrictions * |
|---|---|---|---|
| amount | double | The amount of credit. | Req |
|
associateTo ObjectID |
long | The ID of the object associated with the credit. | Opt |
|
associateTo ObjectType |
OrderCredit ObjectType |
The type of object, with which the credit must be associated. | Req |
| billingMonth | MonthOfYear | The billing month for the credit. | Opt |
|
createdByUser Name |
string | The name of the user who added the order credit. | RO |
| date | dateTime | The transaction date for the credit. | Req |
| ID | long | The ID of the order credit. | RO |
| orderID | long | The ID of the order. | Req |
| reason | string | The reason for the credit. | Opt |
| status |
OrderCredit Status |
The status of the order credit. | RO |