maintenanceAllowed property

  1. @BuiltValueField.new(wireName: r'MaintenanceAllowed')
bool? get maintenanceAllowed

Indicates that the POI terminal is able to or has to go to maintenance. Sent in the Logout Request to express that after closing the session, the POI may go to maintenance.

Implementation

@BuiltValueField(wireName: r'MaintenanceAllowed')
bool? get maintenanceAllowed;