currency property
Required in order to add the card to a Connect account (in all other cases, this parameter is not used).
Implementation
@JsonKey(name: "address_country") String? get addressCountry;/// Required in order to add the card to a Connect account
///(in all other cases, this parameter is not used).
@JsonKey(name: "currency") String? get currency;