Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.bunq.sdk'
version '1.28.0.5'
version '1.28.0.6'

apply plugin: 'java'
apply plugin: 'maven-publish'
Expand Down Expand Up @@ -48,7 +48,7 @@ publishing {
from components.java
groupId = 'com.bunq.sdk'
artifactId = 'sdk_java'
version = '1.28.0.5'
version = '1.28.0.6'
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ public class MonetaryAccountApiObject extends BunqModel {
private AmountObject balanceConverted;

/**
* The profiles of the account.
* The profile of the account.
*/
@Expose
@SerializedName("monetary_account_profile")
private List<MonetaryAccountProfileApiObject> monetaryAccountProfile;
private MonetaryAccountProfileApiObject monetaryAccountProfile;

/**
* The settings of the MonetaryAccount.
Expand Down Expand Up @@ -291,13 +291,13 @@ public void setBalanceConverted(AmountObject balanceConverted) {
}

/**
* The profiles of the account.
* The profile of the account.
*/
public List<MonetaryAccountProfileApiObject> getMonetaryAccountProfile() {
public MonetaryAccountProfileApiObject getMonetaryAccountProfile() {
return this.monetaryAccountProfile;
}

public void setMonetaryAccountProfile(List<MonetaryAccountProfileApiObject> monetaryAccountProfile) {
public void setMonetaryAccountProfile(MonetaryAccountProfileApiObject monetaryAccountProfile) {
this.monetaryAccountProfile = monetaryAccountProfile;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,11 @@ public class MonetaryAccountBankApiObject extends BunqModel {
private Long userId;

/**
* The profiles of the account.
* The profile of the account.
*/
@Expose
@SerializedName("monetary_account_profile")
private List<MonetaryAccountProfileApiObject> monetaryAccountProfile;
private MonetaryAccountProfileApiObject monetaryAccountProfile;

/**
* The legal name of the user / company using this monetary account.
Expand Down Expand Up @@ -851,13 +851,13 @@ public void setUserId(Long userId) {
}

/**
* The profiles of the account.
* The profile of the account.
*/
public List<MonetaryAccountProfileApiObject> getMonetaryAccountProfile() {
public MonetaryAccountProfileApiObject getMonetaryAccountProfile() {
return this.monetaryAccountProfile;
}

public void setMonetaryAccountProfile(List<MonetaryAccountProfileApiObject> monetaryAccountProfile) {
public void setMonetaryAccountProfile(MonetaryAccountProfileApiObject monetaryAccountProfile) {
this.monetaryAccountProfile = monetaryAccountProfile;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,11 @@ public class MonetaryAccountCardApiObject extends BunqModel {
private AmountObject balanceConverted;

/**
* The profiles of the account.
* The profile of the account.
*/
@Expose
@SerializedName("monetary_account_profile")
private List<MonetaryAccountProfileApiObject> monetaryAccountProfile;
private MonetaryAccountProfileApiObject monetaryAccountProfile;

/**
* The settings of the MonetaryAccount.
Expand Down Expand Up @@ -465,13 +465,13 @@ public void setBalanceConverted(AmountObject balanceConverted) {
}

/**
* The profiles of the account.
* The profile of the account.
*/
public List<MonetaryAccountProfileApiObject> getMonetaryAccountProfile() {
public MonetaryAccountProfileApiObject getMonetaryAccountProfile() {
return this.monetaryAccountProfile;
}

public void setMonetaryAccountProfile(List<MonetaryAccountProfileApiObject> monetaryAccountProfile) {
public void setMonetaryAccountProfile(MonetaryAccountProfileApiObject monetaryAccountProfile) {
this.monetaryAccountProfile = monetaryAccountProfile;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,11 @@ public class MonetaryAccountExternalApiObject extends BunqModel {
private Long userId;

/**
* The profiles of the account.
* The profile of the account.
*/
@Expose
@SerializedName("monetary_account_profile")
private List<MonetaryAccountProfileApiObject> monetaryAccountProfile;
private MonetaryAccountProfileApiObject monetaryAccountProfile;

/**
* The legal name of the user / company using this monetary account.
Expand Down Expand Up @@ -853,13 +853,13 @@ public void setUserId(Long userId) {
}

/**
* The profiles of the account.
* The profile of the account.
*/
public List<MonetaryAccountProfileApiObject> getMonetaryAccountProfile() {
public MonetaryAccountProfileApiObject getMonetaryAccountProfile() {
return this.monetaryAccountProfile;
}

public void setMonetaryAccountProfile(List<MonetaryAccountProfileApiObject> monetaryAccountProfile) {
public void setMonetaryAccountProfile(MonetaryAccountProfileApiObject monetaryAccountProfile) {
this.monetaryAccountProfile = monetaryAccountProfile;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,11 @@ public class MonetaryAccountExternalSavingsApiObject extends BunqModel {
private Long userId;

/**
* The profiles of the account.
* The profile of the account.
*/
@Expose
@SerializedName("monetary_account_profile")
private List<MonetaryAccountProfileApiObject> monetaryAccountProfile;
private MonetaryAccountProfileApiObject monetaryAccountProfile;

/**
* The legal name of the user / company using this monetary account.
Expand Down Expand Up @@ -878,13 +878,13 @@ public void setUserId(Long userId) {
}

/**
* The profiles of the account.
* The profile of the account.
*/
public List<MonetaryAccountProfileApiObject> getMonetaryAccountProfile() {
public MonetaryAccountProfileApiObject getMonetaryAccountProfile() {
return this.monetaryAccountProfile;
}

public void setMonetaryAccountProfile(List<MonetaryAccountProfileApiObject> monetaryAccountProfile) {
public void setMonetaryAccountProfile(MonetaryAccountProfileApiObject monetaryAccountProfile) {
this.monetaryAccountProfile = monetaryAccountProfile;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@ public class MonetaryAccountInvestmentApiObject extends BunqModel {
private Long userId;

/**
* The profiles of the account.
* The profile of the account.
*/
@Expose
@SerializedName("monetary_account_profile")
private List<MonetaryAccountProfileApiObject> monetaryAccountProfile;
private MonetaryAccountProfileApiObject monetaryAccountProfile;

/**
* The legal name of the user / company using this monetary account.
Expand Down Expand Up @@ -626,13 +626,13 @@ public void setUserId(Long userId) {
}

/**
* The profiles of the account.
* The profile of the account.
*/
public List<MonetaryAccountProfileApiObject> getMonetaryAccountProfile() {
public MonetaryAccountProfileApiObject getMonetaryAccountProfile() {
return this.monetaryAccountProfile;
}

public void setMonetaryAccountProfile(List<MonetaryAccountProfileApiObject> monetaryAccountProfile) {
public void setMonetaryAccountProfile(MonetaryAccountProfileApiObject monetaryAccountProfile) {
this.monetaryAccountProfile = monetaryAccountProfile;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,11 @@ public class MonetaryAccountJointApiObject extends BunqModel {
private Long userId;

/**
* The profiles of the account.
* The profile of the account.
*/
@Expose
@SerializedName("monetary_account_profile")
private List<MonetaryAccountProfileApiObject> monetaryAccountProfile;
private MonetaryAccountProfileApiObject monetaryAccountProfile;

/**
* The settings of the MonetaryAccount.
Expand Down Expand Up @@ -862,13 +862,13 @@ public void setUserId(Long userId) {
}

/**
* The profiles of the account.
* The profile of the account.
*/
public List<MonetaryAccountProfileApiObject> getMonetaryAccountProfile() {
public MonetaryAccountProfileApiObject getMonetaryAccountProfile() {
return this.monetaryAccountProfile;
}

public void setMonetaryAccountProfile(List<MonetaryAccountProfileApiObject> monetaryAccountProfile) {
public void setMonetaryAccountProfile(MonetaryAccountProfileApiObject monetaryAccountProfile) {
this.monetaryAccountProfile = monetaryAccountProfile;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,11 @@ public class MonetaryAccountLightApiObject extends BunqModel {
private AmountObject balanceConverted;

/**
* The profiles of the account.
* The profile of the account.
*/
@Expose
@SerializedName("monetary_account_profile")
private List<MonetaryAccountProfileApiObject> monetaryAccountProfile;
private MonetaryAccountProfileApiObject monetaryAccountProfile;

/**
* The budgets of the MonetaryAccount.
Expand Down Expand Up @@ -714,13 +714,13 @@ public void setBalanceConverted(AmountObject balanceConverted) {
}

/**
* The profiles of the account.
* The profile of the account.
*/
public List<MonetaryAccountProfileApiObject> getMonetaryAccountProfile() {
public MonetaryAccountProfileApiObject getMonetaryAccountProfile() {
return this.monetaryAccountProfile;
}

public void setMonetaryAccountProfile(List<MonetaryAccountProfileApiObject> monetaryAccountProfile) {
public void setMonetaryAccountProfile(MonetaryAccountProfileApiObject monetaryAccountProfile) {
this.monetaryAccountProfile = monetaryAccountProfile;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,11 @@ public class MonetaryAccountSavingsApiObject extends BunqModel {
private Long userId;

/**
* The profiles of the account.
* The profile of the account.
*/
@Expose
@SerializedName("monetary_account_profile")
private List<MonetaryAccountProfileApiObject> monetaryAccountProfile;
private MonetaryAccountProfileApiObject monetaryAccountProfile;

/**
* The settings of the MonetaryAccount.
Expand Down Expand Up @@ -855,13 +855,13 @@ public void setUserId(Long userId) {
}

/**
* The profiles of the account.
* The profile of the account.
*/
public List<MonetaryAccountProfileApiObject> getMonetaryAccountProfile() {
public MonetaryAccountProfileApiObject getMonetaryAccountProfile() {
return this.monetaryAccountProfile;
}

public void setMonetaryAccountProfile(List<MonetaryAccountProfileApiObject> monetaryAccountProfile) {
public void setMonetaryAccountProfile(MonetaryAccountProfileApiObject monetaryAccountProfile) {
this.monetaryAccountProfile = monetaryAccountProfile;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ public class MonetaryAccountSwitchServiceApiObject extends BunqModel {
private AmountObject balanceConverted;

/**
* The profiles of the account.
* The profile of the account.
*/
@Expose
@SerializedName("monetary_account_profile")
private List<MonetaryAccountProfileApiObject> monetaryAccountProfile;
private MonetaryAccountProfileApiObject monetaryAccountProfile;

/**
* The settings of the MonetaryAccount.
Expand Down Expand Up @@ -268,13 +268,13 @@ public void setBalanceConverted(AmountObject balanceConverted) {
}

/**
* The profiles of the account.
* The profile of the account.
*/
public List<MonetaryAccountProfileApiObject> getMonetaryAccountProfile() {
public MonetaryAccountProfileApiObject getMonetaryAccountProfile() {
return this.monetaryAccountProfile;
}

public void setMonetaryAccountProfile(List<MonetaryAccountProfileApiObject> monetaryAccountProfile) {
public void setMonetaryAccountProfile(MonetaryAccountProfileApiObject monetaryAccountProfile) {
this.monetaryAccountProfile = monetaryAccountProfile;
}

Expand Down
Loading