Table of Contents

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

decimal

Discounts

The discount collection for this position.

List<Discount> Discounts { get; set; }

Property Value

List<Discount>

Value

decimal Value { get; }

Property Value

decimal