IOperationServiceGetCashMemoMarkup Method |
Format past order cash memo cheque markup on specified printer.
Namespace:
Resto.Front.Api
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax Document GetCashMemoMarkup(
PastOrder pastOrder,
IPrintingDeviceInfo printingDeviceInfo = null
)
Parameters
- pastOrder
- Type: Resto.Front.Api.Data.OrdersPastOrder
Past order for which a formatted cash memo cheque is needed.
- printingDeviceInfo (Optional)
- Type: Resto.Front.Api.Data.DeviceIPrintingDeviceInfo
Info of the printing device whose settings will be used to format the cash memo cheque. If null, default formatting settings will be applied.
Return Value
Type:
Document
Formatted document.
See Also