lastName property

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

The last name of the individual. Supported characters: a-z A-Z - . / — and space. This parameter is: - Allowed only when type is individual. - Required when category is card.

Implementation

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