Entity type enumeration.
Namespace:
Atomia.Billing.Core.Sdk.Plugins
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax Public Enumeration EntityType
public enum class EntityType
Members
| Member name | Value | Description |
---|
| Company | 0 |
Entity is company.
|
| Person | 1 |
Entity is person.
|
See Also