encryptedPassword property

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

This field contains an encrypted, one-time password or an authentication code provided by the cardholder.

Implementation

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