joinDate property

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

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

Implementation

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