addressCountry property
RECOMMENDED. A two character country code (for example, US). Billing address country
Implementation
@JsonKey(name: "address_zip") String? get addressZip;/// RECOMMENDED.
/// A two character country code (for example, US).
/// Billing address country
@JsonKey(name: "address_country") String? get addressCountry;