Click or drag to resize
Infosoft Logo

RetailInvoicePrintParameters Class

Provides data for the StartInvoicePrint operation in IRetailInvoicingService.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.DataContracts.RetailRetailInvoicePrintParameters

Namespace: Infosoft.Common.Contracts.DataContracts.Retail
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class RetailInvoicePrintParameters

The RetailInvoicePrintParameters type exposes the following members.

Properties
 NameDescription
Public propertyDoAccountingSystemExport Gets or sets a value indicating whether to perform an export to the configured accounting system.
Public propertyDoPrint Gets or sets a value indicating whether to make invoice print files for all consumers.
Public propertyGeneratePdf Gets or sets a value indicating whether PDF files should be created.
Public propertyJoinPdfFiles Gets or sets a value indicating whether the generated PDF files should be joined into a single file. Has no effect if CreatePdf is false.
Public propertySendPdfEmail Gets or sets a value indicating whether the send PDF email. Has no effect if GeneratePdf is false.
Public propertyTitleCode Gets or sets the code of the title for which to perform the operation.
Top
See Also