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
CancellationPosition
True if this position cancels a position of another document; otherwise false.
bool CancellationPosition { get; set; }
Property Value
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
Type
The type of the position. For possible types see DocumentPositionType.
DocumentPositionType Type { get; }