dateOfBirth property

  1. @BuiltValueField.new(wireName: r'dateOfBirth')
Date get dateOfBirth

The date of birth. Format: ISO-8601; example: YYYY-MM-DD For Paysafecard it must be the same as used when registering the Paysafecard account. > This field is mandatory for natural persons.

Implementation

@BuiltValueField(wireName: r'dateOfBirth')
Date get dateOfBirth;