firstName property
The first 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'firstName')
String? get firstName;