country property
Two-letter ISO code representing the country the bank account is located in.
Implementation
@JsonKey(name: "bank_name") String? get bankName;/// Two-letter ISO code representing the country the bank account is
/// located in.
String? get country;