ownerDateOfBirth property

  1. @Deprecated('ownerDateOfBirth has been deprecated')
  2. @BuiltValueField.new(wireName: r'ownerDateOfBirth')
String? get 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;