dateOfBirth property

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

The shopper's date of birth in ISO8601 format.

Implementation

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