OrderEntryTaxDetail
Represents tax details used in order entry transactions, defining tax rates, tax limits, GL account assignments, and tax authority associations.
Columns
| Name | Type | ReadOnly | Description |
| accountLabel_Href | String | True |
The URL of the account label associated with this order entry tax detail. |
| accountLabel_Id | String | False |
The Id of the account label associated with this order entry tax detail. |
| accountLabel_Key | String | False |
The system-assigned key of the account label associated with this order entry tax detail. |
| amountToTax | String | False |
The amount subject to tax for this order entry tax detail. |
| description | String | False |
The description of this order entry tax detail. |
| href | String | True |
The URL of the order entry tax detail resource. |
| id | String | False |
The unique identifier of the order entry tax detail record. |
| isSystemGenerated | Bool | True |
Indicates whether this order entry tax detail was created by the system. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the order entry tax detail record. |
| reverseCharge | Bool | False |
Indicates whether this tax detail uses the reverse charge mechanism. |
| salesGLAccount_Href | String | True |
The URL of the sales GL account associated with this order entry tax detail. |
| salesGLAccount_Id | String | False |
The Id of the sales GL account associated with this order entry tax detail. |
| salesGLAccount_Key | String | False |
The system-assigned key of the sales GL account associated with this order entry tax detail. |
| status | String | False |
The current status of the order entry tax detail, such as active or inactive. |
| taxAuthority_Href | String | True |
The URL of the tax authority associated with this order entry tax detail. |
| taxAuthority_Id | String | False |
The Id of the tax authority associated with this order entry tax detail. |
| taxAuthority_Key | String | False |
The system-assigned key of the tax authority associated with this order entry tax detail. |
| taxLimitMaxTax | Decimal | False |
The maximum tax amount allowed for this order entry tax detail. |
| taxLimitMaxTaxable | Decimal | False |
The maximum taxable amount for this order entry tax detail. |
| taxLimitMinTax | Decimal | False |
The minimum tax amount required for this order entry tax detail. |
| taxLimitMinTaxable | Decimal | False |
The minimum taxable amount for this order entry tax detail. |
| taxPercent | Decimal | False |
The tax rate expressed as a percentage for this order entry tax detail. |
| taxRate | String | False |
The tax rate applied for this order entry tax detail. |
| taxSolution_Href | String | True |
The URL of the tax solution associated with this order entry tax detail. |
| taxSolution_Id | String | False |
The Id of the tax solution associated with this order entry tax detail. |
| taxSolution_Key | String | False |
The system-assigned key of the tax solution associated with this order entry tax detail. |
| taxUniqueId | String | False |
The unique identifier assigned to this order entry tax detail for tax reporting purposes. |
| useExpenseAccount | Bool | False |
Indicates whether an expense account is used instead of the sales GL account for this tax detail. |