IPriceModel Interface
Assembly: PTS.Modules.Products.dll
Syntax
public interface IPriceModel
Properties
Amount
Declaration
decimal Amount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Level
Declaration
PriceLevel Level { get; set; }
Property Value
Period
Declaration
PricePeriod Period { get; set; }
Property Value
PeriodCount
Declaration
uint PeriodCount { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
Type
Declaration
PriceType Type { get; set; }
Property Value
Unit
Declaration
PriceUnit Unit { get; set; }
Property Value
UnitCount
Declaration
uint UnitCount { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
Extension Methods