Click or drag to resize

TaxRegionItem Class

Tax Region child collection defining so-called Manual Tax Table.
Inheritance Hierarchy

Namespace:  CorrigoService.Entities
Assembly:  ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class TaxRegionItem : CorrigoEntityWithOptimisticLock

The TaxRegionItem type exposes the following members.

Properties
  NameDescription
Public propertyTaxCode
Tax Code ID. Required.
Public propertyTaxRate
Tax rate; Supported values are -9999.99999 – 9999.99999; max. precision is 5 digits. Negative and zero values are allowed.
Public propertyTaxRegionId
Reference to parent object
Top
See Also