OrderEntryTaxScheduleDetail
Represents individual tax detail lines within an order entry tax schedule, associating a tax detail with its effective date and parent tax schedule.
Columns
| Name | Type | Description |
| effectiveDate | Date | The date on which this order entry tax schedule detail becomes effective. |
| href | String | The URL of the order entry tax schedule detail resource. |
| id | String | The unique identifier of the order entry tax schedule detail record. |
| key [KEY] | String | The system-assigned key that uniquely identifies the order entry tax schedule detail record. |
| taxDetail_Href | String | The URL of the tax detail associated with this order entry tax schedule detail. |
| taxDetail_Id | String | The Id of the tax detail associated with this order entry tax schedule detail. |
| taxDetail_Key | String | The system-assigned key of the tax detail associated with this order entry tax schedule detail. |
| taxSchedule_Href | String | The URL of the order entry tax schedule associated with this detail. |
| taxSchedule_Id | String | The Id of the order entry tax schedule associated with this detail. |
| taxSchedule_Key | String | The system-assigned key of the order entry tax schedule associated with this detail. |
| taxSchedule_Name | String | The name of the order entry tax schedule associated with this detail. |