Class Distributor
Represents the distributor of a product
public class Distributor : GroupedStrongEntity
- Inheritance
-
Distributor
- Inherited Members
Constructors
Distributor()
public Distributor()
Properties
Id
The Id of the entity
public override long Id { get; }
Property Value
IsPublic
Defines if the entity contains publicly available information
public bool IsPublic { get; set; }
Property Value
LegalEntityIdentifier
The LEI (Legal Entity Identifier)
public string LegalEntityIdentifier { get; set; }
Property Value
SalesVolumes
The sales volumes
public IList<Volume> SalesVolumes { get; set; }
Property Value
Type
The type
public CompanyType Type { get; set; }