channel property

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

The channel through which the customer joined (defaults to "mobile").

Implementation

@JsonKey(name: "channel")
final String channel;