middleName property

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

Informs you if the middle name your shopper provided matches the cardholder middle name on file at the issuing bank. The middle name is only validated for Visa. Possible values: match, partialMatch, noMatch

Implementation

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