Table of Contents

Interface IBusinessTransactionTypePosition

Namespace
RetailForce.Fiscalisation.Model.Document
Assembly
RetailForce.Fiscalisation.Model.dll

Interface for all positions containing a business transaction type.

public interface IBusinessTransactionTypePosition : IVatPosition
Inherited Members
Extension Methods

Properties

BusinessTransactionType

The business transaction type for this position.

BusinessTransactionType BusinessTransactionType { get; set; }

Property Value

BusinessTransactionType

CancellationPosition

True if this position cancels a position of another document; otherwise false.

bool CancellationPosition { get; set; }

Property Value

bool

Remarks

Please ensure to set PositionReference with type Cancellation if setting this property to true.

PositionReference

Referene to another document position.

DocumentPositionReference PositionReference { get; set; }

Property Value

DocumentPositionReference

Type

The type of the position. For possible types see DocumentPositionType.

DocumentPositionType Type { get; }

Property Value

DocumentPositionType