Click or drag to resize
Infosoft Logo

GetRetailerInvoiceSumsInIntervalRequest Class

Provides data for the GetRetailerInvoiceSumsInInterval operation on IRetailerInvoiceService (and the corresponding operation for RetailerInvoiceSumHistory).
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.MessageContracts.RetailGetRetailerInvoiceSumsInIntervalRequest

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

The GetRetailerInvoiceSumsInIntervalRequest type exposes the following members.

Properties
 NameDescription
Public propertyFirstInvoiceDate Gets or sets the first invoice date to filter by.
Public propertyFirstInvoiceNumber Gets or sets an optional first invoice number. If not given, everything down to -50000 will match.
Public propertyLastInvoiceDate Gets or sets the last invoice date to filter by.
Public propertyLastInvoiceNumber Gets or sets an optional last invoice number. If not given, there will be no upper limit to the invoice number.
Public propertyTitleCode Gets or sets an optional title code to filter by. If not given, all titles are matched.
Top
See Also