Share via


TaxDetailCriteria

Description

Specifies the criteria to use when retrieving a list of tax detail objects. Only tax detail objects that match the specified criteria will be returned. For the best performance, create criteria that uses only the properties marked with the dagger (†). These properties correspond to indexed columns in the database.

Properties

Property

Type

Description

TaxDetailKeyId†

LikeRestrictionOfString

A string restriction specifying the ID for the tax detail.

TaxDetailType†

ListRestrictionOfNullableOfTaxDetailType

A list restriction specifying the type of the tax detail.

TaxIdNumber

LikeRestrictionOfString

A string restriction specifying the tax ID number for the tax detail.

TaxDetailTaxable

RestrictionOfNullableOfBoolean

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

Inherits from

Criteria