currency property

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

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;