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