integratedPrintFlag property

  1. @BuiltValueField.new(wireName: r'IntegratedPrintFlag')
bool? get integratedPrintFlag

Type of the print integrated in other prints. Allows a separated printing (paper cut if available), or integration with the sale receipt or other print. If the printing is integrated, the response is always immediate, even if the ResponseMode is set to PrintEnd.

Implementation

@BuiltValueField(wireName: r'IntegratedPrintFlag')
bool? get integratedPrintFlag;