FiscalTotalizer Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the possible types of totalizers for a fiscal printer.
public enum FiscalTotalizer
type FiscalTotalizer =
Public Enum FiscalTotalizer
- Inheritance
-
FiscalTotalizer
Fields
Name | Value | Description |
---|---|---|
Gross | 1 | Gross totalizer specified by the TotalizerType and ContractorId properties. |
Net | 2 | Net totalizer specified by the TotalizerType and ContractorId properties. |
Discount | 3 | Discount totalizer specified by the TotalizerType and ContractorId properties. |
DiscountVoid | 4 | Voided discount totalizer specified by the TotalizerType and ContractorId properties. |
Item | 5 | Item totalizer specified by the TotalizerType and ContractorId properties. |
ItemVoid | 6 | Voided item totalizer specified by the TotalizerType and ContractorId properties. |
NotPaid | 7 | Not paid totalizer specified by the TotalizerType and ContractorId properties. |
Refund | 8 | Refund totalizer specified by the TotalizerType and ContractorId properties. |
RefundVoid | 9 | Voided refund totalizer specified by the TotalizerType and ContractorId properties. |
SubtotalDiscount | 10 | Subtotal discount totalizer specified by the TotalizerType and ContractorId properties. |
SubtotalDiscountVoid | 11 | Voided discount totalizer specified by the TotalizerType and ContractorId properties. |
SubtotalSurcharges | 12 | Subtotal surcharges totalizer specified by the TotalizerType and ContractorId properties. |
SubtotalSurchargesVoid | 13 | Voided surcharges totalizer specified by the TotalizerType and ContractorId properties. |
Surcharge | 14 | Surcharge totalizer specified by the TotalizerType and ContractorId properties. |
SurchargeVoid | 15 | Voided surcharge totalizer specified by the TotalizerType and ContractorId properties. |
Vat | 16 | VAT totalizer specified by the TotalizerType and ContractorId properties. |
VatCategory | 17 | VAT totalizer per VAT category specified by the TotalizerType and ContractorId properties associated to the given vatId. |