lastName property

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

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;