fullName property

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

The full name of the entity that owns the bank account or card. Supported characters: a-z A-Z 0-9 , . ; : - — / \ + & ! ? @ ( ) " ' and space. Required when category is bank.

Implementation

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