Class Distributor
Represents the distributor of a product
Constructors
Distributor()
Declaration
public Distributor()
Properties
Id
The Id of the entity
Declaration
public override long Id { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
Overrides
IsPublic
Defines if the entity contains publicly available information
Declaration
public bool IsPublic { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LegalEntityIdentifier
The LEI (Legal Entity Identifier)
Declaration
public string LegalEntityIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SalesVolumes
The sales volumes
Declaration
public IList<Volume> SalesVolumes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Volume> |
Type
The type
Declaration
public CompanyType Type { get; set; }
Property Value
Type | Description |
---|---|
CompanyType |