Click or drag to resize

PrintLineConvertNavToBaseReceipt Method

Namespace:  LSRetail.Omni.Domain.DataModel.Base.Printer
Assembly:  LSRetail.Omni.Domain.DataModel.Base (in LSRetail.Omni.Domain.DataModel.Base.dll) Version: Commerce Service for LS Central 2024.6
Syntax
C#
public static List<List<PrintLine>> ConvertNavToBaseReceipt(
	List<NavPrintBuffer> printBuffer,
	string logo = ""
)

Parameters

printBuffer
Type: System.Collections.GenericListNavPrintBuffer
logo (Optional)
Type: SystemString

Return Value

Type: ListListPrintLine
See Also