File tree Expand file tree Collapse file tree 17 files changed +383
-75
lines changed
main/java/com/bunq/sdk/model/generated/endpoint Expand file tree Collapse file tree 17 files changed +383
-75
lines changed Original file line number Diff line number Diff line change 1
1
group ' com.bunq.sdk'
2
- version ' 1.28.0.5 '
2
+ version ' 1.28.0.6 '
3
3
4
4
apply plugin : ' java'
5
5
apply plugin : ' maven-publish'
@@ -48,7 +48,7 @@ publishing {
48
48
from components. java
49
49
groupId = ' com.bunq.sdk'
50
50
artifactId = ' sdk_java'
51
- version = ' 1.28.0.5 '
51
+ version = ' 1.28.0.6 '
52
52
}
53
53
}
54
54
}
Original file line number Diff line number Diff line change @@ -63,11 +63,11 @@ public class MonetaryAccountApiObject extends BunqModel {
63
63
private AmountObject balanceConverted ;
64
64
65
65
/**
66
- * The profiles of the account.
66
+ * The profile of the account.
67
67
*/
68
68
@ Expose
69
69
@ SerializedName ("monetary_account_profile" )
70
- private List < MonetaryAccountProfileApiObject > monetaryAccountProfile ;
70
+ private MonetaryAccountProfileApiObject monetaryAccountProfile ;
71
71
72
72
/**
73
73
* The settings of the MonetaryAccount.
@@ -291,13 +291,13 @@ public void setBalanceConverted(AmountObject balanceConverted) {
291
291
}
292
292
293
293
/**
294
- * The profiles of the account.
294
+ * The profile of the account.
295
295
*/
296
- public List < MonetaryAccountProfileApiObject > getMonetaryAccountProfile () {
296
+ public MonetaryAccountProfileApiObject getMonetaryAccountProfile () {
297
297
return this .monetaryAccountProfile ;
298
298
}
299
299
300
- public void setMonetaryAccountProfile (List < MonetaryAccountProfileApiObject > monetaryAccountProfile ) {
300
+ public void setMonetaryAccountProfile (MonetaryAccountProfileApiObject monetaryAccountProfile ) {
301
301
this .monetaryAccountProfile = monetaryAccountProfile ;
302
302
}
303
303
Original file line number Diff line number Diff line change @@ -192,11 +192,11 @@ public class MonetaryAccountBankApiObject extends BunqModel {
192
192
private Long userId ;
193
193
194
194
/**
195
- * The profiles of the account.
195
+ * The profile of the account.
196
196
*/
197
197
@ Expose
198
198
@ SerializedName ("monetary_account_profile" )
199
- private List < MonetaryAccountProfileApiObject > monetaryAccountProfile ;
199
+ private MonetaryAccountProfileApiObject monetaryAccountProfile ;
200
200
201
201
/**
202
202
* The legal name of the user / company using this monetary account.
@@ -851,13 +851,13 @@ public void setUserId(Long userId) {
851
851
}
852
852
853
853
/**
854
- * The profiles of the account.
854
+ * The profile of the account.
855
855
*/
856
- public List < MonetaryAccountProfileApiObject > getMonetaryAccountProfile () {
856
+ public MonetaryAccountProfileApiObject getMonetaryAccountProfile () {
857
857
return this .monetaryAccountProfile ;
858
858
}
859
859
860
- public void setMonetaryAccountProfile (List < MonetaryAccountProfileApiObject > monetaryAccountProfile ) {
860
+ public void setMonetaryAccountProfile (MonetaryAccountProfileApiObject monetaryAccountProfile ) {
861
861
this .monetaryAccountProfile = monetaryAccountProfile ;
862
862
}
863
863
Original file line number Diff line number Diff line change @@ -144,11 +144,11 @@ public class MonetaryAccountCardApiObject extends BunqModel {
144
144
private AmountObject balanceConverted ;
145
145
146
146
/**
147
- * The profiles of the account.
147
+ * The profile of the account.
148
148
*/
149
149
@ Expose
150
150
@ SerializedName ("monetary_account_profile" )
151
- private List < MonetaryAccountProfileApiObject > monetaryAccountProfile ;
151
+ private MonetaryAccountProfileApiObject monetaryAccountProfile ;
152
152
153
153
/**
154
154
* The settings of the MonetaryAccount.
@@ -465,13 +465,13 @@ public void setBalanceConverted(AmountObject balanceConverted) {
465
465
}
466
466
467
467
/**
468
- * The profiles of the account.
468
+ * The profile of the account.
469
469
*/
470
- public List < MonetaryAccountProfileApiObject > getMonetaryAccountProfile () {
470
+ public MonetaryAccountProfileApiObject getMonetaryAccountProfile () {
471
471
return this .monetaryAccountProfile ;
472
472
}
473
473
474
- public void setMonetaryAccountProfile (List < MonetaryAccountProfileApiObject > monetaryAccountProfile ) {
474
+ public void setMonetaryAccountProfile (MonetaryAccountProfileApiObject monetaryAccountProfile ) {
475
475
this .monetaryAccountProfile = monetaryAccountProfile ;
476
476
}
477
477
Original file line number Diff line number Diff line change @@ -188,11 +188,11 @@ public class MonetaryAccountExternalApiObject extends BunqModel {
188
188
private Long userId ;
189
189
190
190
/**
191
- * The profiles of the account.
191
+ * The profile of the account.
192
192
*/
193
193
@ Expose
194
194
@ SerializedName ("monetary_account_profile" )
195
- private List < MonetaryAccountProfileApiObject > monetaryAccountProfile ;
195
+ private MonetaryAccountProfileApiObject monetaryAccountProfile ;
196
196
197
197
/**
198
198
* The legal name of the user / company using this monetary account.
@@ -853,13 +853,13 @@ public void setUserId(Long userId) {
853
853
}
854
854
855
855
/**
856
- * The profiles of the account.
856
+ * The profile of the account.
857
857
*/
858
- public List < MonetaryAccountProfileApiObject > getMonetaryAccountProfile () {
858
+ public MonetaryAccountProfileApiObject getMonetaryAccountProfile () {
859
859
return this .monetaryAccountProfile ;
860
860
}
861
861
862
- public void setMonetaryAccountProfile (List < MonetaryAccountProfileApiObject > monetaryAccountProfile ) {
862
+ public void setMonetaryAccountProfile (MonetaryAccountProfileApiObject monetaryAccountProfile ) {
863
863
this .monetaryAccountProfile = monetaryAccountProfile ;
864
864
}
865
865
Original file line number Diff line number Diff line change @@ -182,11 +182,11 @@ public class MonetaryAccountExternalSavingsApiObject extends BunqModel {
182
182
private Long userId ;
183
183
184
184
/**
185
- * The profiles of the account.
185
+ * The profile of the account.
186
186
*/
187
187
@ Expose
188
188
@ SerializedName ("monetary_account_profile" )
189
- private List < MonetaryAccountProfileApiObject > monetaryAccountProfile ;
189
+ private MonetaryAccountProfileApiObject monetaryAccountProfile ;
190
190
191
191
/**
192
192
* The legal name of the user / company using this monetary account.
@@ -878,13 +878,13 @@ public void setUserId(Long userId) {
878
878
}
879
879
880
880
/**
881
- * The profiles of the account.
881
+ * The profile of the account.
882
882
*/
883
- public List < MonetaryAccountProfileApiObject > getMonetaryAccountProfile () {
883
+ public MonetaryAccountProfileApiObject getMonetaryAccountProfile () {
884
884
return this .monetaryAccountProfile ;
885
885
}
886
886
887
- public void setMonetaryAccountProfile (List < MonetaryAccountProfileApiObject > monetaryAccountProfile ) {
887
+ public void setMonetaryAccountProfile (MonetaryAccountProfileApiObject monetaryAccountProfile ) {
888
888
this .monetaryAccountProfile = monetaryAccountProfile ;
889
889
}
890
890
Original file line number Diff line number Diff line change @@ -166,11 +166,11 @@ public class MonetaryAccountInvestmentApiObject extends BunqModel {
166
166
private Long userId ;
167
167
168
168
/**
169
- * The profiles of the account.
169
+ * The profile of the account.
170
170
*/
171
171
@ Expose
172
172
@ SerializedName ("monetary_account_profile" )
173
- private List < MonetaryAccountProfileApiObject > monetaryAccountProfile ;
173
+ private MonetaryAccountProfileApiObject monetaryAccountProfile ;
174
174
175
175
/**
176
176
* The legal name of the user / company using this monetary account.
@@ -626,13 +626,13 @@ public void setUserId(Long userId) {
626
626
}
627
627
628
628
/**
629
- * The profiles of the account.
629
+ * The profile of the account.
630
630
*/
631
- public List < MonetaryAccountProfileApiObject > getMonetaryAccountProfile () {
631
+ public MonetaryAccountProfileApiObject getMonetaryAccountProfile () {
632
632
return this .monetaryAccountProfile ;
633
633
}
634
634
635
- public void setMonetaryAccountProfile (List < MonetaryAccountProfileApiObject > monetaryAccountProfile ) {
635
+ public void setMonetaryAccountProfile (MonetaryAccountProfileApiObject monetaryAccountProfile ) {
636
636
this .monetaryAccountProfile = monetaryAccountProfile ;
637
637
}
638
638
Original file line number Diff line number Diff line change @@ -195,11 +195,11 @@ public class MonetaryAccountJointApiObject extends BunqModel {
195
195
private Long userId ;
196
196
197
197
/**
198
- * The profiles of the account.
198
+ * The profile of the account.
199
199
*/
200
200
@ Expose
201
201
@ SerializedName ("monetary_account_profile" )
202
- private List < MonetaryAccountProfileApiObject > monetaryAccountProfile ;
202
+ private MonetaryAccountProfileApiObject monetaryAccountProfile ;
203
203
204
204
/**
205
205
* The settings of the MonetaryAccount.
@@ -862,13 +862,13 @@ public void setUserId(Long userId) {
862
862
}
863
863
864
864
/**
865
- * The profiles of the account.
865
+ * The profile of the account.
866
866
*/
867
- public List < MonetaryAccountProfileApiObject > getMonetaryAccountProfile () {
867
+ public MonetaryAccountProfileApiObject getMonetaryAccountProfile () {
868
868
return this .monetaryAccountProfile ;
869
869
}
870
870
871
- public void setMonetaryAccountProfile (List < MonetaryAccountProfileApiObject > monetaryAccountProfile ) {
871
+ public void setMonetaryAccountProfile (MonetaryAccountProfileApiObject monetaryAccountProfile ) {
872
872
this .monetaryAccountProfile = monetaryAccountProfile ;
873
873
}
874
874
Original file line number Diff line number Diff line change @@ -234,11 +234,11 @@ public class MonetaryAccountLightApiObject extends BunqModel {
234
234
private AmountObject balanceConverted ;
235
235
236
236
/**
237
- * The profiles of the account.
237
+ * The profile of the account.
238
238
*/
239
239
@ Expose
240
240
@ SerializedName ("monetary_account_profile" )
241
- private List < MonetaryAccountProfileApiObject > monetaryAccountProfile ;
241
+ private MonetaryAccountProfileApiObject monetaryAccountProfile ;
242
242
243
243
/**
244
244
* The budgets of the MonetaryAccount.
@@ -714,13 +714,13 @@ public void setBalanceConverted(AmountObject balanceConverted) {
714
714
}
715
715
716
716
/**
717
- * The profiles of the account.
717
+ * The profile of the account.
718
718
*/
719
- public List < MonetaryAccountProfileApiObject > getMonetaryAccountProfile () {
719
+ public MonetaryAccountProfileApiObject getMonetaryAccountProfile () {
720
720
return this .monetaryAccountProfile ;
721
721
}
722
722
723
- public void setMonetaryAccountProfile (List < MonetaryAccountProfileApiObject > monetaryAccountProfile ) {
723
+ public void setMonetaryAccountProfile (MonetaryAccountProfileApiObject monetaryAccountProfile ) {
724
724
this .monetaryAccountProfile = monetaryAccountProfile ;
725
725
}
726
726
Original file line number Diff line number Diff line change @@ -188,11 +188,11 @@ public class MonetaryAccountSavingsApiObject extends BunqModel {
188
188
private Long userId ;
189
189
190
190
/**
191
- * The profiles of the account.
191
+ * The profile of the account.
192
192
*/
193
193
@ Expose
194
194
@ SerializedName ("monetary_account_profile" )
195
- private List < MonetaryAccountProfileApiObject > monetaryAccountProfile ;
195
+ private MonetaryAccountProfileApiObject monetaryAccountProfile ;
196
196
197
197
/**
198
198
* The settings of the MonetaryAccount.
@@ -855,13 +855,13 @@ public void setUserId(Long userId) {
855
855
}
856
856
857
857
/**
858
- * The profiles of the account.
858
+ * The profile of the account.
859
859
*/
860
- public List < MonetaryAccountProfileApiObject > getMonetaryAccountProfile () {
860
+ public MonetaryAccountProfileApiObject getMonetaryAccountProfile () {
861
861
return this .monetaryAccountProfile ;
862
862
}
863
863
864
- public void setMonetaryAccountProfile (List < MonetaryAccountProfileApiObject > monetaryAccountProfile ) {
864
+ public void setMonetaryAccountProfile (MonetaryAccountProfileApiObject monetaryAccountProfile ) {
865
865
this .monetaryAccountProfile = monetaryAccountProfile ;
866
866
}
867
867
You can’t perform that action at this time.
0 commit comments