cartId property

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

Implementation

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