Click or drag to resize
Infosoft Logo

RetailInvoicingParameters Class

Provides all necessary data for a retail invoicing session.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.DataContracts.RetailRetailInvoicingParameters

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

The RetailInvoicingParameters type exposes the following members.

Properties
 NameDescription
Public propertyCategoryCodeHigh Gets or sets the upper bound for the retailer category code interval when filtering. If empty, no upper bound will be used.
Public propertyCategoryCodeLow Gets or sets the lower bound for the retailer category code interval when filtering. If empty, no lower bound will be used.
Public propertyDistrictCodeHigh Gets or sets the upper bound for the retailer district code interval when filtering. If empty, no upper bound will be used.
Public propertyDistrictCodeLow Gets or sets the lower bound for the retailer district code interval when filtering. If empty, no lower bound will be used.
Public propertyEmptyInvoiceDatabase Gets or sets a value indicating whether the invoicing routine should empty the invoice database before starting.
Public propertyEndDate Gets or sets the last date that will be considered.
Public propertyIncludeRetailersWithoutReturn Gets or sets a value indicating whether retailers without return registrations should be included in the invoicing.
Public propertyInvoicingDate Gets or sets the invoicing date (typically today's date).
Public propertyPaymentDate Gets or sets the payment date (the date the generated invoices expire).
Public propertyPriorityCodeHigh Gets or sets the upper bound for the retailer priority code interval when filtering. If empty, no upper bound will be used.
Public propertyPriorityCodeLow Gets or sets the lower bound for the retailer priority code interval when filtering. If empty, no lower bound will be used.
Public propertyRetailerNumberHigh Gets or sets the upper bound for the retailer number interval when filtering. If 0, no upper bound is used.
Public propertyRetailerNumberLow Gets or sets the lower bound for the retailer number interval when filtering.
Public propertyStartDate Gets or sets the first date that will be considered.
Public propertyTestRun Gets or sets a value indicating whether to do a test run.
Public propertyTitleCode Gets or sets the code of the title that will be used.
Public propertyTypeCodeHigh Gets or sets the upper bound for the retailer type code interval when filtering. If empty, no upper bound will be used.
Public propertyTypeCodeLow Gets or sets the lower bound for the retailer type code interval when filtering. If empty, no lower bound will be used.
Top
See Also