fullName property
Informs you if the full name your shopper provided matches the cardholder name on file at the issuing bank. The full name is the only field that is validated for Mastercard. Possible values: match, partialMatch, noMatch
Implementation
@BuiltValueField(wireName: r'fullName')
String? get fullName;