Click or drag to resize

CashRegisterChequeExtensions Constructor

Initializes a new instance of the CashRegisterChequeExtensions class

Namespace:  Resto.Front.Api.Data.Device
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public CashRegisterChequeExtensions(
	IEnumerable<XElement> beforeCheque,
	IEnumerable<XElement> afterCheque,
	Guid? pastOrderId,
	int? pastOrderNumber
)

Parameters

beforeCheque
Type: System.Collections.GenericIEnumerableXElement
Markup to add to the header (at the very beginning of the cheque).
afterCheque
Type: System.Collections.GenericIEnumerableXElement
Markup to add at the end of the cheque.
pastOrderId
Type: SystemNullableGuid
Closed order id other cafe session.
pastOrderNumber
Type: SystemNullableInt32
Closed order number other cafe session.
See Also