Click or drag to resize

CashRegisterChequeExtensions(IEnumerableXElement, IEnumerableXElement, NullableGuid, NullableInt32) Constructor

Initializes a new instance of the CashRegisterChequeExtensions class

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

Parameters

beforeCheque  IEnumerableXElement
Markup to add to the header (at the very beginning of the cheque).
afterCheque  IEnumerableXElement
Markup to add at the end of the cheque.
pastOrderId  NullableGuid
Closed order id other cafe session.
pastOrderNumber  NullableInt32
Closed order number other cafe session.
See Also