Click or drag to resize

IEditSessionSetChequeAdditionalInfo Method

Sets cheque information to the order.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void SetChequeAdditionalInfo(
	ChequeAdditionalInfo chequeAdditionalInfo,
	IOrderStub order
)

Parameters

chequeAdditionalInfo  ChequeAdditionalInfo
Cheque information of the order.
order  IOrderStub
Existing order.
See Also