dateOfBirth property

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

The shopper's date of birth. Format ISO-8601: YYYY-MM-DD

Implementation

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