Compartilhar via


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

TaxDetailKey

N/A

N/A

The tax detail key object that uniquely identifies a tax detail.

TaxDetailType

TaxDetailType

N/A

N/A

Specifies how the tax detail will be used.

TaxDetailDescription

string

50

Empty

A description of the tax detail.

Account

GLAccountNumberKey

N/A

N/A

The account associated with the tax detail.

TaxIdNumber

string

15

Empty

The tax ID number.

TaxDetailBase

TaxDetailBase

N/A

N/A

Specifies the calculation base.

TaxDetailPercent

decimal

N/A

0.0

The percentage the tax detail is based on.

TaxDetailAmount

MoneyAmount

N/A

0

The amount the tax detail is based on.

TaxDetailRounding

TaxDetailRounding

N/A

N/A

Specifies how tax calculations will be rounded.

TaxDetailBasedOnDetailKey

TaxDetailKey

N/A

Empty

The key of the base tax detail. This applies when the tax detail is based on another tax detail.

TaxDetailTaxableMinimum

MoneyAmount

N/A

0

The minimum amount taxable.

TaxDetailTaxableMaximum

MoneyAmount

N/A

0

The maximum amount taxable.

TaxDetailTaxMinimum

MoneyAmount

N/A

0

The minimum tax amount.

TaxDetailTaxMaximum

MoneyAmount

N/A

0

The maximum tax amount.

TaxDetailRangeType

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

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.

Inherits from

BusinessObject