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
Type: Resto.Front.Api.Data.PaymentsChequeAdditionalInfo
Cheque information of the order.
order
Type: Resto.Front.Api.Editors.StubsIOrderStub
Existing order.
See Also