bankName property
Name of the bank associated with the routing number (e.g., WELLS FARGO).
Implementation
@JsonKey(name: "account_type") String? get accountType;/// Name of the bank associated with the routing number (e.g., WELLS FARGO).
@JsonKey(name: "bank_name") String? get bankName;