addressCountry property

  1. @JsonKey.new(name: "address_country")
String? get addressCountry
inherited

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;