clientGeoipCountryCode property

  1. @JsonKey.new(includeIfNull: false, name: 'client_geoip_country_code')
String? clientGeoipCountryCode
final

Two-letter country code observed by the client GeoIP store before checkout

Implementation

@JsonKey(includeIfNull: false, name: 'client_geoip_country_code')
final String? clientGeoipCountryCode;