Click or drag to resize
TaxCode Class
Represents tax code
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoServiceRemovableCorrigoEntity
        CorrigoService.EntitiesTaxCode

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

The TaxCode type exposes the following members.

Properties
  NameDescription
Public propertyCountry
Country abbreviation, this field is optional. Max Length=2
Public propertyDescr
Gets or sets a description, this field is optional. Max Length=1024
Public propertyDisplayAs
Displayable name. Max Length=256
Public propertyExtId
Gets or sets a external ID (used to communicate with third-party tax service) Max Length=256
Top
See Also