Share via


TaxScheduleCriteria

Description

Specifies the criteria to use when retrieving a list of tax schedule objects. Only tax schedule 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

TaxScheduleKeyId†

LikeRestrictionOfString

A string restriction specifying the tax schedule ID.

TaxScheduleDescription

LikeRestrictionOfString

A string restriction specifying the tax schedule description.

Inherits from

Criteria