File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
src/main/java/me/figo/models Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 44
55 <groupId >me.figo</groupId >
66 <artifactId >sdk</artifactId >
7- <version >1.3.7 </version >
7+ <version >1.3.8 </version >
88 <packaging >jar</packaging >
99
1010 <name >Figo Java SDK</name >
Original file line number Diff line number Diff line change @@ -20,6 +20,12 @@ public class Bank {
2020 @ Expose
2121 private String sepa_creditor_id ;
2222
23+ /**
24+ * Bank code
25+ */
26+ @ Expose
27+ private String bank_number ;
28+
2329 /**
2430 * This flag indicates whether the user has chosen to save the PIN on the figo Connect server
2531 */
@@ -57,4 +63,8 @@ public void setSepaCreditorId(String sepa_creditor_id) {
5763 public boolean isPinSaved () {
5864 return save_pin ;
5965 }
66+
67+ public String getBankNumber () {
68+ return this .bank_number ;
69+ }
6070}
You can’t perform that action at this time.
0 commit comments