Click or drag to resize
Infosoft Logo

RetailInvoicingResultFirstAndLastInvoiceNumberList Property

Gets or sets a list of title code, first- and last invoice numbers. When invoicing is for multiple titles we have to keep the first- and last invoice number in a list. The order of the content: Title code, First invoice number, Last invoice number.

Namespace: Infosoft.Common.Contracts.DataContracts.Retail
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public List<Tuple<string, int?, int?>> FirstAndLastInvoiceNumberList { get; set; }

Property Value

ListTupleString, NullableInt32, NullableInt32
A list of first and last invoice numbers.
See Also