Skip to content

Commit

Permalink
false[adyen-sdk-automation] automated change (#1250)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdyenAutomationBot authored Mar 21, 2024
1 parent d986f85 commit 4001ecf
Show file tree
Hide file tree
Showing 170 changed files with 1,401 additions and 495 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class AULocalAccountIdentification {
private String bsbCode;

public static final String JSON_PROPERTY_FORM_FACTOR = "formFactor";
private String formFactor = "physical";
private String formFactor;

/**
* **auLocal**
Expand Down Expand Up @@ -81,7 +81,7 @@ public static TypeEnum fromValue(String value) {
}

public static final String JSON_PROPERTY_TYPE = "type";
private TypeEnum type = TypeEnum.AULOCAL;
private TypeEnum type;

public AULocalAccountIdentification() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public static TypeEnum fromValue(String value) {
}

public static final String JSON_PROPERTY_TYPE = "type";
private TypeEnum type = TypeEnum.ADDRESSREQUIREMENT;
private TypeEnum type;

public AddressRequirement() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public static TypeEnum fromValue(String value) {
}

public static final String JSON_PROPERTY_TYPE = "type";
private TypeEnum type = TypeEnum.AMOUNTMINMAXREQUIREMENT;
private TypeEnum type;

public AmountMinMaxRequirement() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class BRLocalAccountIdentification {
private String branchNumber;

public static final String JSON_PROPERTY_FORM_FACTOR = "formFactor";
private String formFactor = "physical";
private String formFactor;

/**
* **brLocal**
Expand Down Expand Up @@ -85,7 +85,7 @@ public static TypeEnum fromValue(String value) {
}

public static final String JSON_PROPERTY_TYPE = "type";
private TypeEnum type = TypeEnum.BRLOCAL;
private TypeEnum type;

public BRLocalAccountIdentification() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public static TypeEnum fromValue(String value) {
}

public static final String JSON_PROPERTY_TYPE = "type";
private TypeEnum type = TypeEnum.BANKACCOUNTIDENTIFICATIONTYPEREQUIREMENT;
private TypeEnum type;

public BankAccountIdentificationTypeRequirement() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ public static AccountTypeEnum fromValue(String value) {
}

public static final String JSON_PROPERTY_ACCOUNT_TYPE = "accountType";
private AccountTypeEnum accountType = AccountTypeEnum.CHECKING;
private AccountTypeEnum accountType;

public static final String JSON_PROPERTY_FORM_FACTOR = "formFactor";
private String formFactor = "physical";
private String formFactor;

public static final String JSON_PROPERTY_INSTITUTION_NUMBER = "institutionNumber";
private String institutionNumber;
Expand Down Expand Up @@ -124,7 +124,7 @@ public static TypeEnum fromValue(String value) {
}

public static final String JSON_PROPERTY_TYPE = "type";
private TypeEnum type = TypeEnum.CALOCAL;
private TypeEnum type;

public CALocalAccountIdentification() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class CZLocalAccountIdentification {
private String bankCode;

public static final String JSON_PROPERTY_FORM_FACTOR = "formFactor";
private String formFactor = "physical";
private String formFactor;

/**
* **czLocal**
Expand Down Expand Up @@ -81,7 +81,7 @@ public static TypeEnum fromValue(String value) {
}

public static final String JSON_PROPERTY_TYPE = "type";
private TypeEnum type = TypeEnum.CZLOCAL;
private TypeEnum type;

public CZLocalAccountIdentification() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ public static TypeEnum fromValue(String value) {
}

public static final String JSON_PROPERTY_TYPE = "type";
private TypeEnum type = TypeEnum.PUSH;
private TypeEnum type;

public CreateSweepConfigurationV2() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class DKLocalAccountIdentification {
private String bankCode;

public static final String JSON_PROPERTY_FORM_FACTOR = "formFactor";
private String formFactor = "physical";
private String formFactor;

/**
* **dkLocal**
Expand Down Expand Up @@ -81,7 +81,7 @@ public static TypeEnum fromValue(String value) {
}

public static final String JSON_PROPERTY_TYPE = "type";
private TypeEnum type = TypeEnum.DKLOCAL;
private TypeEnum type;

public DKLocalAccountIdentification() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class HKLocalAccountIdentification {
private String clearingCode;

public static final String JSON_PROPERTY_FORM_FACTOR = "formFactor";
private String formFactor = "physical";
private String formFactor;

/**
* **hkLocal**
Expand Down Expand Up @@ -81,7 +81,7 @@ public static TypeEnum fromValue(String value) {
}

public static final String JSON_PROPERTY_TYPE = "type";
private TypeEnum type = TypeEnum.HKLOCAL;
private TypeEnum type;

public HKLocalAccountIdentification() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class HULocalAccountIdentification {
private String accountNumber;

public static final String JSON_PROPERTY_FORM_FACTOR = "formFactor";
private String formFactor = "physical";
private String formFactor;

/**
* **huLocal**
Expand Down Expand Up @@ -77,7 +77,7 @@ public static TypeEnum fromValue(String value) {
}

public static final String JSON_PROPERTY_TYPE = "type";
private TypeEnum type = TypeEnum.HULOCAL;
private TypeEnum type;

public HULocalAccountIdentification() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

public class IbanAccountIdentification {
public static final String JSON_PROPERTY_FORM_FACTOR = "formFactor";
private String formFactor = "physical";
private String formFactor;

public static final String JSON_PROPERTY_IBAN = "iban";
private String iban;
Expand Down Expand Up @@ -77,7 +77,7 @@ public static TypeEnum fromValue(String value) {
}

public static final String JSON_PROPERTY_TYPE = "type";
private TypeEnum type = TypeEnum.IBAN;
private TypeEnum type;

public IbanAccountIdentification() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class NOLocalAccountIdentification {
private String accountNumber;

public static final String JSON_PROPERTY_FORM_FACTOR = "formFactor";
private String formFactor = "physical";
private String formFactor;

/**
* **noLocal**
Expand Down Expand Up @@ -77,7 +77,7 @@ public static TypeEnum fromValue(String value) {
}

public static final String JSON_PROPERTY_TYPE = "type";
private TypeEnum type = TypeEnum.NOLOCAL;
private TypeEnum type;

public NOLocalAccountIdentification() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class NZLocalAccountIdentification {
private String accountNumber;

public static final String JSON_PROPERTY_FORM_FACTOR = "formFactor";
private String formFactor = "physical";
private String formFactor;

/**
* **nzLocal**
Expand Down Expand Up @@ -77,7 +77,7 @@ public static TypeEnum fromValue(String value) {
}

public static final String JSON_PROPERTY_TYPE = "type";
private TypeEnum type = TypeEnum.NZLOCAL;
private TypeEnum type;

public NZLocalAccountIdentification() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class NumberAndBicAccountIdentification {
private String bic;

public static final String JSON_PROPERTY_FORM_FACTOR = "formFactor";
private String formFactor = "physical";
private String formFactor;

/**
* **numberAndBic**
Expand Down Expand Up @@ -86,7 +86,7 @@ public static TypeEnum fromValue(String value) {
}

public static final String JSON_PROPERTY_TYPE = "type";
private TypeEnum type = TypeEnum.NUMBERANDBIC;
private TypeEnum type;

public NumberAndBicAccountIdentification() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class PLLocalAccountIdentification {
private String accountNumber;

public static final String JSON_PROPERTY_FORM_FACTOR = "formFactor";
private String formFactor = "physical";
private String formFactor;

/**
* **plLocal**
Expand Down Expand Up @@ -77,7 +77,7 @@ public static TypeEnum fromValue(String value) {
}

public static final String JSON_PROPERTY_TYPE = "type";
private TypeEnum type = TypeEnum.PLLOCAL;
private TypeEnum type;

public PLLocalAccountIdentification() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public static TypeEnum fromValue(String value) {
}

public static final String JSON_PROPERTY_TYPE = "type";
private TypeEnum type = TypeEnum.PAYMENTINSTRUMENTREQUIREMENT;
private TypeEnum type;

public PaymentInstrumentRequirement() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class SELocalAccountIdentification {
private String clearingNumber;

public static final String JSON_PROPERTY_FORM_FACTOR = "formFactor";
private String formFactor = "physical";
private String formFactor;

/**
* **seLocal**
Expand Down Expand Up @@ -81,7 +81,7 @@ public static TypeEnum fromValue(String value) {
}

public static final String JSON_PROPERTY_TYPE = "type";
private TypeEnum type = TypeEnum.SELOCAL;
private TypeEnum type;

public SELocalAccountIdentification() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class SGLocalAccountIdentification {
private String bic;

public static final String JSON_PROPERTY_FORM_FACTOR = "formFactor";
private String formFactor = "physical";
private String formFactor;

/**
* **sgLocal**
Expand Down Expand Up @@ -81,7 +81,7 @@ public static TypeEnum fromValue(String value) {
}

public static final String JSON_PROPERTY_TYPE = "type";
private TypeEnum type = TypeEnum.SGLOCAL;
private TypeEnum type;

public SGLocalAccountIdentification() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ public static TypeEnum fromValue(String value) {
}

public static final String JSON_PROPERTY_TYPE = "type";
private TypeEnum type = TypeEnum.PUSH;
private TypeEnum type;

public SweepConfigurationV2() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class UKLocalAccountIdentification {
private String accountNumber;

public static final String JSON_PROPERTY_FORM_FACTOR = "formFactor";
private String formFactor = "physical";
private String formFactor;

public static final String JSON_PROPERTY_SORT_CODE = "sortCode";
private String sortCode;
Expand Down Expand Up @@ -81,7 +81,7 @@ public static TypeEnum fromValue(String value) {
}

public static final String JSON_PROPERTY_TYPE = "type";
private TypeEnum type = TypeEnum.UKLOCAL;
private TypeEnum type;

public UKLocalAccountIdentification() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ public static AccountTypeEnum fromValue(String value) {
}

public static final String JSON_PROPERTY_ACCOUNT_TYPE = "accountType";
private AccountTypeEnum accountType = AccountTypeEnum.CHECKING;
private AccountTypeEnum accountType;

public static final String JSON_PROPERTY_FORM_FACTOR = "formFactor";
private String formFactor = "physical";
private String formFactor;

public static final String JSON_PROPERTY_ROUTING_NUMBER = "routingNumber";
private String routingNumber;
Expand Down Expand Up @@ -120,7 +120,7 @@ public static TypeEnum fromValue(String value) {
}

public static final String JSON_PROPERTY_TYPE = "type";
private TypeEnum type = TypeEnum.USLOCAL;
private TypeEnum type;

public USLocalAccountIdentification() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ public static TypeEnum fromValue(String value) {
}

public static final String JSON_PROPERTY_TYPE = "type";
private TypeEnum type = TypeEnum.PUSH;
private TypeEnum type;

public UpdateSweepConfigurationV2() {
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/adyen/model/checkout/AchDetails.java
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public static TypeEnum fromValue(String value) {
}

public static final String JSON_PROPERTY_TYPE = "type";
private TypeEnum type = TypeEnum.ACH;
private TypeEnum type;

public AchDetails() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public static TypeEnum fromValue(String value) {
}

public static final String JSON_PROPERTY_TYPE = "type";
private TypeEnum type = TypeEnum.AFTERPAY_DEFAULT;
private TypeEnum type;

public AfterpayDetails() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public static TypeEnum fromValue(String value) {
}

public static final String JSON_PROPERTY_TYPE = "type";
private TypeEnum type = TypeEnum.AMAZONPAY;
private TypeEnum type;

public AmazonPayDetails() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public static TypeEnum fromValue(String value) {
}

public static final String JSON_PROPERTY_TYPE = "type";
private TypeEnum type = TypeEnum.ANDROIDPAY;
private TypeEnum type;

public AndroidPayDetails() {
}
Expand Down
Loading

0 comments on commit 4001ecf

Please sign in to comment.