fraudPreventionFlag property

  1. @BuiltValueField.new(wireName: r'FraudPreventionFlag')
bool? get fraudPreventionFlag

Indicates a suspicion of fraud by the POI System. Could be set to True by the POI system to notify to the Sale system and the Cashier that a suspicion of fraud had been detected on the POI as an unexpected reboot of the POI.

Implementation

@BuiltValueField(wireName: r'FraudPreventionFlag')
bool? get fraudPreventionFlag;