eventDetails property

  1. @BuiltValueField.new(wireName: r'EventDetails')
String? get eventDetails

Information about the event the POI notifies to the Sale System. If present, the Sale logs it for further examination.

Implementation

@BuiltValueField(wireName: r'EventDetails')
String? get eventDetails;