Click or drag to resize

CorporateEntity Class

Represents corporate entity. Corporate Entity is one level up from Billing Account:Customer Invoice belongs to Billing Account; Billing Account might belong to Corporate Entity (even though it’s optional). Corporate Entities are important for computing tax.
Inheritance Hierarchy

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

The CorporateEntity type exposes the following members.

Properties
  NameDescription
Public propertyDisplayAs
Displayable name of the entity. Max Length=256
Public propertyNumber
Gets or sets a number. Value exposed on UI as “Entity ID” (even though this field is not numeric ID); formerly known as Number. Max Length=32
Top
See Also