documentQualifier property

  1. @BuiltValueField.new(wireName: r'DocumentQualifier')
BuiltList<DocumentQualifier>? get documentQualifier

Qualification of the document to print to the Cashier or the Customer. Allows the manager of the printer, Sale or POI Terminal, to send the information to a particular physical printer or to use the paper type accordingly. Possible values: * CashierReceipt * CustomerReceipt * Document * Journal * SaleReceipt * Voucher

Implementation

@BuiltValueField(wireName: r'DocumentQualifier')
BuiltList<DocumentQualifier>? get documentQualifier;