Skip to content

Commit 1096193

Browse files
AdyenAutomationBotAdyenAutomationBotgcatanese
authored
Code generation: update services and models (#1518)
* false[adyen-sdk-automation] automated change * style(fmt): code formatted * Add tests for DisputeWebhooksHandler --------- Co-authored-by: AdyenAutomationBot <AdyenAutomationBot 38424300+AdyenAutomationBot@users.noreply.github.com> Co-authored-by: gcatanese <gcatanese@yahoo.com>
1 parent 4ab57e2 commit 1096193

File tree

124 files changed

+596
-383
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+596
-383
lines changed

src/main/java/com/adyen/model/balanceplatform/AULocalAccountIdentification.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public static TypeEnum fromValue(String value) {
7474
}
7575

7676
public static final String JSON_PROPERTY_TYPE = "type";
77-
private TypeEnum type = TypeEnum.AULOCAL;
77+
private TypeEnum type;
7878

7979
public AULocalAccountIdentification() {}
8080

src/main/java/com/adyen/model/balanceplatform/AddressRequirement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public static TypeEnum fromValue(String value) {
123123
}
124124

125125
public static final String JSON_PROPERTY_TYPE = "type";
126-
private TypeEnum type = TypeEnum.ADDRESSREQUIREMENT;
126+
private TypeEnum type;
127127

128128
public AddressRequirement() {}
129129

src/main/java/com/adyen/model/balanceplatform/AmountMinMaxRequirement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public static TypeEnum fromValue(String value) {
7878
}
7979

8080
public static final String JSON_PROPERTY_TYPE = "type";
81-
private TypeEnum type = TypeEnum.AMOUNTMINMAXREQUIREMENT;
81+
private TypeEnum type;
8282

8383
public AmountMinMaxRequirement() {}
8484

src/main/java/com/adyen/model/balanceplatform/AmountNonZeroDecimalsRequirement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public static TypeEnum fromValue(String value) {
7070
}
7171

7272
public static final String JSON_PROPERTY_TYPE = "type";
73-
private TypeEnum type = TypeEnum.AMOUNTNONZERODECIMALSREQUIREMENT;
73+
private TypeEnum type;
7474

7575
public AmountNonZeroDecimalsRequirement() {}
7676

src/main/java/com/adyen/model/balanceplatform/BRLocalAccountIdentification.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public static TypeEnum fromValue(String value) {
8282
}
8383

8484
public static final String JSON_PROPERTY_TYPE = "type";
85-
private TypeEnum type = TypeEnum.BRLOCAL;
85+
private TypeEnum type;
8686

8787
public BRLocalAccountIdentification() {}
8888

src/main/java/com/adyen/model/balanceplatform/BankAccountDetails.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ public class BankAccountDetails {
3333
private String accountNumber;
3434

3535
public static final String JSON_PROPERTY_ACCOUNT_TYPE = "accountType";
36-
private String accountType = "checking";
36+
private String accountType;
3737

3838
public static final String JSON_PROPERTY_BRANCH_NUMBER = "branchNumber";
3939
private String branchNumber;
4040

4141
public static final String JSON_PROPERTY_FORM_FACTOR = "formFactor";
42-
private String formFactor = "physical";
42+
private String formFactor;
4343

4444
public static final String JSON_PROPERTY_IBAN = "iban";
4545
private String iban;
@@ -51,7 +51,7 @@ public class BankAccountDetails {
5151
private String sortCode;
5252

5353
public static final String JSON_PROPERTY_TYPE = "type";
54-
private String type = "iban";
54+
private String type;
5555

5656
public BankAccountDetails() {}
5757

src/main/java/com/adyen/model/balanceplatform/BankAccountIdentificationTypeRequirement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public static TypeEnum fromValue(String value) {
150150
}
151151

152152
public static final String JSON_PROPERTY_TYPE = "type";
153-
private TypeEnum type = TypeEnum.BANKACCOUNTIDENTIFICATIONTYPEREQUIREMENT;
153+
private TypeEnum type;
154154

155155
public BankAccountIdentificationTypeRequirement() {}
156156

src/main/java/com/adyen/model/balanceplatform/BankAccountModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public static FormFactorEnum fromValue(String value) {
7575
}
7676

7777
public static final String JSON_PROPERTY_FORM_FACTOR = "formFactor";
78-
private FormFactorEnum formFactor = FormFactorEnum.PHYSICAL;
78+
private FormFactorEnum formFactor;
7979

8080
public BankAccountModel() {}
8181

src/main/java/com/adyen/model/balanceplatform/CALocalAccountIdentification.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public static AccountTypeEnum fromValue(String value) {
7777
}
7878

7979
public static final String JSON_PROPERTY_ACCOUNT_TYPE = "accountType";
80-
private AccountTypeEnum accountType = AccountTypeEnum.CHECKING;
80+
private AccountTypeEnum accountType;
8181

8282
public static final String JSON_PROPERTY_INSTITUTION_NUMBER = "institutionNumber";
8383
private String institutionNumber;
@@ -125,7 +125,7 @@ public static TypeEnum fromValue(String value) {
125125
}
126126

127127
public static final String JSON_PROPERTY_TYPE = "type";
128-
private TypeEnum type = TypeEnum.CALOCAL;
128+
private TypeEnum type;
129129

130130
public CALocalAccountIdentification() {}
131131

src/main/java/com/adyen/model/balanceplatform/CZLocalAccountIdentification.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public static TypeEnum fromValue(String value) {
7474
}
7575

7676
public static final String JSON_PROPERTY_TYPE = "type";
77-
private TypeEnum type = TypeEnum.CZLOCAL;
77+
private TypeEnum type;
7878

7979
public CZLocalAccountIdentification() {}
8080

0 commit comments

Comments
 (0)