Click or drag to resize
Infosoft Logo

GetRetailerInvoiceLinesInIntervalRequest Class

Provides data for the GetRetailerInvoiceLinesInInterval operation on IRetailerInvoiceService (and the corresponding operation for RetailerInvoiceLineHistory).
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.MessageContracts.RetailGetRetailerInvoiceLinesInIntervalRequest

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

The GetRetailerInvoiceLinesInIntervalRequest type exposes the following members.

Properties
 NameDescription
Public propertyFirstInvoiceNumber Gets or sets an optional first invoice number. If not given, everything down to -50000 will match.
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