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.EntitiesAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public class CorporateEntity : CorrigoEntityWithOptimisticLock
<SerializableAttribute>
Public Class CorporateEntity
Inherits CorrigoEntityWithOptimisticLock
No code example is currently available or this language may not be supported.
The CorporateEntity type exposes the following members.
Properties | Name | Description |
---|
 | DisplayAs |
Displayable name of the entity.
Max Length=256
|
 | Number |
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