Share via


FiscalTotalizer Enumeration

Specifies the required totalizer.

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

Usage

'Usage
Dim fiscalTotalizer1 As FiscalTotalizer = FiscalTotalizer.Discount

Syntax

'Declaration
Public Enum 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.PointOfService Namespace
GetTotalizer