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 2026.4
Syntaxpublic 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