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