Click or drag to resize
Infosoft Logo

RetailMonthEndBalancingParameters Class

Provides data for the StartMonthEndBalancing operation on IDailyZipCodeStatisticsService.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.DataContracts.RetailRetailMonthEndBalancingParameters

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

The RetailMonthEndBalancingParameters type exposes the following members.

Properties
 NameDescription
Public propertyFirstInvoiceNumber Gets or sets the lowest invoice number to consider when running the operation.
Public propertyLastInvoiceNumber Gets or sets the last invoice number to consider when running the operation.
Public propertyMonth Gets or sets the month for which to run the operation. January = 1, February = 2, etc.
Public propertyTitleCode Gets or sets the code of the title for which to run the operation.
Public propertyYear Gets or sets the year for which to run the operation.
Top
See Also