Click or drag to resize

IPosDocumentStatisticsComplexEntityMember Interface

Represents the statistic members for POS documents

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.Pos
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IPosDocumentStatisticsComplexEntityMember : IComplexEntityMember, 
	IDisposable, IEquatable<IProxy>

The IPosDocumentStatisticsComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyEntity
The owner entity
(Inherited from IComplexEntityMember.)
Public propertyTerminalAmountVatExcluded
Gets or sets the terminal amount vat excluded.
Public propertyTerminalAmountVatExcludedMember
Gets the terminal amount vat excluded.
Public propertyTerminalAmountVatIncluded
Gets or sets the terminal amount vat included.
Public propertyTerminalAmountVatIncludedMember
Gets the terminal amount vat included.
Public propertyTotalAmountVatExcluded
Gets or sets the total amount vat excluded.
Public propertyTotalAmountVatExcludedMember
Gets the total amount vat excluded.
Public propertyTotalAmountVatIncluded
Gets or sets the total amount vat included.
Public propertyTotalAmountVatIncludedMember
Gets the total amount vat included.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also