addressCountry property

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

RECOMMENDED. A two character country code (for example, US). Billing address country

Implementation

@JsonKey(name: "address_country")
String? get addressCountry => throw _privateConstructorUsedError;