dateOfBirth property

  1. @JsonKey.new(name: "dateOfBirth")
String? dateOfBirth
final

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

Implementation

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