ownerDateOfBirth property
- @Deprecated('ownerDateOfBirth has been deprecated')
- @BuiltValueField.new(wireName: r'ownerDateOfBirth')
The date of birth of the bank account owner. The date should be in ISO-8601 format yyyy-mm-dd (e.g. 2000-01-31).
Implementation
@Deprecated('ownerDateOfBirth has been deprecated')
@BuiltValueField(wireName: r'ownerDateOfBirth')
String? get ownerDateOfBirth;