Interface IDiscountablePosition
- Namespace
- RetailForce.Fiscalisation.Model.Document
- Assembly
- RetailForce.Fiscalisation.Model.dll
Represents a position which is discountable.
public interface IDiscountablePosition
Properties
BaseValue
decimal BaseValue { get; }
Property Value
Discounts
The discount collection for this position.
List<Discount> Discounts { get; set; }
Property Value
Value
decimal Value { get; }