clientGeoipCountryCode property
- @JsonKey.new(includeIfNull: false, name: 'client_geoip_country_code')
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;