clientIP property

  1. @JsonKey.new(name: "client_ip")
String? get clientIP
inherited

IP address of the client that generated the token.

Implementation

CardToken? get card;/// IP address of the client that generated the token.
@JsonKey(name: "client_ip") String? get clientIP;