TaxDetail
Description
A tax detail object in Microsoft Dynamics GP. Tax schedules can contain one or more tax detail objects.
Properties
Property |
Type |
Length |
Default |
Description |
---|---|---|---|---|
TaxDetailKey |
N/A |
N/A |
The tax detail key object that uniquely identifies a tax detail. |
|
TaxDetailType |
N/A |
N/A |
Specifies how the tax detail will be used. |
|
TaxDetailDescription |
string |
50 |
Empty |
A description of the tax detail. |
Account |
N/A |
N/A |
The account associated with the tax detail. |
|
TaxIdNumber |
string |
15 |
Empty |
The tax ID number. |
TaxDetailBase |
N/A |
N/A |
Specifies the calculation base. |
|
TaxDetailPercent |
decimal |
N/A |
0.0 |
The percentage the tax detail is based on. |
TaxDetailAmount |
N/A |
0 |
The amount the tax detail is based on. |
|
TaxDetailRounding |
N/A |
N/A |
Specifies how tax calculations will be rounded. |
|
TaxDetailBasedOnDetailKey |
N/A |
Empty |
The key of the base tax detail. This applies when the tax detail is based on another tax detail. |
|
TaxDetailTaxableMinimum |
N/A |
0 |
The minimum amount taxable. |
|
TaxDetailTaxableMaximum |
N/A |
0 |
The maximum amount taxable. |
|
TaxDetailTaxMinimum |
N/A |
0 |
The minimum tax amount. |
|
TaxDetailTaxMaximum |
N/A |
0 |
The maximum tax amount. |
|
TaxDetailRangeType |
N/A |
N/A |
Indicates whether tax will be calculated on the full amount or the amount within the minimum and maximum range. |
|
TaxDetailBaseQualifiers |
N/A |
N/A |
Specifies what the taxable minimum and maximum will be compared to when taxes are calculated. |
|
IsTaxDetailTaxable |
boolean |
N/A |
False |
True indicates that other taxes will be calculated on this tax. False indicates this tax is not taxable. |
IsTaxDetailPrintOnDocuments |
boolean |
N/A |
False |
True indicates a one-character code for the tax detail will be printed on reports. The code will appear next to the items being taxed. |
TaxDetailPrintCharacter |
string |
1 |
Empty |
The character to include on reports for items being taxed. |
TaxDetailTaxablePercent |
decimal |
N/A |
0.0 |
The percentage of the item price that is taxable. |