Class Volume
Represents the volume of sales
Constructors
Volume()
Declaration
public Volume()
Properties
Amounts
The sales amounts
Declaration
public Amounts Amounts { get; set; }
Property Value
Type | Description |
---|---|
Amounts |
DateUTC
The date
Declaration
public Nullable<DateTime> DateUTC { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
IsPublic
Defines if the volume is allowed to be shown
Declaration
public bool IsPublic { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Type
Defines if the volume is actual or estimated
Declaration
public ActualEstimated Type { get; set; }
Property Value
Type | Description |
---|---|
ActualEstimated |