password property

  1. @BuiltValueField.new(wireName: r'Password')
String? get password

The text password typed by the Customer on the POI or by the Cashier on the Sale Terminal.

Implementation

@BuiltValueField(wireName: r'Password')
String? get password;