Compartilhar via


TaxScheduleDetailCriteria

Description

Specifies the criteria to use when retrieving a list of tax schedule detail objects. Only tax schedule detail objects that match the specified criteria will be returned.

Properties

Property

Type

Description

TaxScheduleKeyId

LikeRestrictionOfString

A string restriction specifying the tax schedule.

TaxDetailKeyId

LikeRestrictionOfString

A string restriction specifying the tax detail.

TaxDetailBase

ListRestrictionOfNullableOfTaxDetailBase

A list restriction specifying the calculation base used for calculating tax.

IsTaxDetailTaxable

RestrictionOfNullableOfBoolean

A boolean restriction specifying whether the amount for the tax detail is taxable.

IsAutoCalculate

RestrictionOfNullableOfBoolean

A boolean restriction specifying whether the tax schedule is auto-calculated.

Inherits from

Criteria