customerID property

  1. @JsonKey.new(name: 'customerID', defaultValue: "")
String customerID
final

Implementation

@JsonKey(name: 'customerID', defaultValue: "")
final String customerID;