dateOfBirth property

  1. @JsonKey.new(name: "dateOfBirth")
String? dateOfBirth
getter/setter pair

The customer's date of birth in a format suitable for the API (optional).

Implementation

@JsonKey(name: "dateOfBirth")
String? dateOfBirth;