The OrderFee data object represents the fee for an order.
| Restrictions * | ||||
|---|---|---|---|---|
| Element | Data Type | Description | Add | Full-Up |
| amount | double | The fee amount. | Req | Req |
| comments | string | The comments associated with the order fee. | Opt | Opt |
| endDate | dateTime | The fee end date. If this date is beyond the order end date, the order end date will be updated to match the fee end date. | Opt | Opt |
| ID | long | The fee ID. | RO | Req |
| orderID | long | The ID of the order. | Req | RO |
| originalAmount | double | The fee amount, when the fee was committed. | RO | RO |
| originalEndDate | dateTime | The fee end date, when the fee was committed. | RO | RO |
| siteID | long | The ID of the site. This field is for internal users only. | Opt | Opt |
| startDate | dateTime | The fee start date (in the time zone of the advertiser). By default, the fee start date will be set to the start date of the order or the current date if the order start date has been reached. | Opt | Opt |
| status | OrderFeeStatus | The status of the order fee. | RO | RO |
| type | OrderFeeType | The type of fee. | Req | Req |