password property

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

The password used for 3D Secure password-based authentication. The value must be between 1 to 30 characters and must only contain the following supported characters. * Characters between a-z, A-Z, and 0-9 * Special characters: äöüßÄÖÜ+-*_/ç%()=?!~#'",;:$&àùòâôûáúó

Implementation

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