addressCountry property

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

Billing address country, if provided when creating card.

Implementation

@JsonKey(name: "address_city") String? get addressCity;/// Billing address country, if provided when creating card.
@JsonKey(name: "address_country") String? get addressCountry;