trainingModeFlag property

  1. @BuiltValueField.new(wireName: r'TrainingModeFlag')
bool? get trainingModeFlag

Training mode. This flag indicates to the POI that the entire session will be not used to make real transaction, but is used for test of system or operator training.

Implementation

@BuiltValueField(wireName: r'TrainingModeFlag')
bool? get trainingModeFlag;