FiscalTotalizer Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Enumerates the possible types of totalizers for a fiscal printer.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Enumeration FiscalTotalizer
public enum FiscalTotalizer
public enum class FiscalTotalizer
public enum FiscalTotalizer
public enum FiscalTotalizer

Members

Member name Description
Discount Discount totalizer specified by the TotalizerType and ContractorId properties.
DiscountVoid Voided discount totalizer specified by the TotalizerType and ContractorId properties.
Gross Gross totalizer specified by the TotalizerType and ContractorId properties.
Item Item totalizer specified by the TotalizerType and ContractorId properties.
ItemVoid Voided item totalizer specified by the TotalizerType and ContractorId properties.
Net Net totalizer specified by the TotalizerType and ContractorId properties.
NotPaid Not paid totalizer specified by the TotalizerType and ContractorId properties.
Refund Refund totalizer specified by the TotalizerType and ContractorId properties.
RefundVoid Voided refund totalizer specified by the TotalizerType and ContractorId properties.
SubtotalDiscount Subtotal discount totalizer specified by the TotalizerType and ContractorId properties.
SubtotalDiscountVoid Voided discount totalizer specified by the TotalizerType and ContractorId properties.
SubtotalSurcharges Subtotal surcharges totalizer specified by the TotalizerType and ContractorId properties.
SubtotalSurchargesVoid Voided surcharges totalizer specified by the TotalizerType and ContractorId properties.
Surcharge Surcharge totalizer specified by the TotalizerType and ContractorId properties.
SurchargeVoid Voided surcharge totalizer specified by the TotalizerType and ContractorId properties.
Vat VAT totalizer specified by the TotalizerType and ContractorId properties.
VatCategory VAT totalizer per VAT category specified by the TotalizerType and ContractorId properties associated to the given vatId.

Remarks

Used by the GetTotalizer method. Members of this enumeration replace the FPTR_GT_ family of UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
FiscalPrinter.GetTotalizer Method
FiscalPrinter.TotalizerType Property
ContractorId