addressCountry property

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

Billing address country, if provided when creating card.

Implementation

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