Skip to content

Commit 7432ee5

Browse files
false[adyen-sdk-automation] automated change (#1486)
1 parent 2e60179 commit 7432ee5

9 files changed

+67
-57
lines changed

src/main/java/com/adyen/model/legalentitymanagement/AcceptTermsOfServiceResponse.java

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class AcceptTermsOfServiceResponse {
5454
private String termsOfServiceDocumentId;
5555

5656
/**
57-
* The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard**
57+
* The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard** * **kycOnInvite**
5858
*/
5959
public enum TypeEnum {
6060
ADYENACCOUNT(String.valueOf("adyenAccount")),
@@ -73,7 +73,9 @@ public enum TypeEnum {
7373

7474
ADYENISSUING(String.valueOf("adyenIssuing")),
7575

76-
ADYENPCCR(String.valueOf("adyenPccr"));
76+
ADYENPCCR(String.valueOf("adyenPccr")),
77+
78+
KYCONINVITE(String.valueOf("kycOnInvite"));
7779

7880
private String value;
7981

@@ -269,9 +271,9 @@ public void setTermsOfServiceDocumentId(String termsOfServiceDocumentId) {
269271
}
270272

271273
/**
272-
* The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard**
274+
* The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard** * **kycOnInvite**
273275
*
274-
* @param type The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard**
276+
* @param type The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard** * **kycOnInvite**
275277
* @return the current {@code AcceptTermsOfServiceResponse} instance, allowing for method chaining
276278
*/
277279
public AcceptTermsOfServiceResponse type(TypeEnum type) {
@@ -280,8 +282,8 @@ public AcceptTermsOfServiceResponse type(TypeEnum type) {
280282
}
281283

282284
/**
283-
* The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard**
284-
* @return type The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard**
285+
* The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard** * **kycOnInvite**
286+
* @return type The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard** * **kycOnInvite**
285287
*/
286288
@JsonProperty(JSON_PROPERTY_TYPE)
287289
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -290,9 +292,9 @@ public TypeEnum getType() {
290292
}
291293

292294
/**
293-
* The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard**
295+
* The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard** * **kycOnInvite**
294296
*
295-
* @param type The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard**
297+
* @param type The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard** * **kycOnInvite**
296298
*/
297299
@JsonProperty(JSON_PROPERTY_TYPE)
298300
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

src/main/java/com/adyen/model/legalentitymanagement/CalculateTermsOfServiceStatusResponse.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ public enum TermsOfServiceTypesEnum {
5555

5656
ADYENISSUING(String.valueOf("adyenIssuing")),
5757

58-
ADYENPCCR(String.valueOf("adyenPccr"));
58+
ADYENPCCR(String.valueOf("adyenPccr")),
59+
60+
KYCONINVITE(String.valueOf("kycOnInvite"));
5961

6062
private String value;
6163

src/main/java/com/adyen/model/legalentitymanagement/FinancialReport.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ public void setBalanceSheetTotal(String balanceSheetTotal) {
124124
}
125125

126126
/**
127-
* The currency used for the net assets and balance sheet total.
127+
* The currency used for the annual turnover, balance sheet total, and net assets.
128128
*
129-
* @param currencyOfFinancialData The currency used for the net assets and balance sheet total.
129+
* @param currencyOfFinancialData The currency used for the annual turnover, balance sheet total, and net assets.
130130
* @return the current {@code FinancialReport} instance, allowing for method chaining
131131
*/
132132
public FinancialReport currencyOfFinancialData(String currencyOfFinancialData) {
@@ -135,8 +135,8 @@ public FinancialReport currencyOfFinancialData(String currencyOfFinancialData) {
135135
}
136136

137137
/**
138-
* The currency used for the net assets and balance sheet total.
139-
* @return currencyOfFinancialData The currency used for the net assets and balance sheet total.
138+
* The currency used for the annual turnover, balance sheet total, and net assets.
139+
* @return currencyOfFinancialData The currency used for the annual turnover, balance sheet total, and net assets.
140140
*/
141141
@JsonProperty(JSON_PROPERTY_CURRENCY_OF_FINANCIAL_DATA)
142142
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -145,9 +145,9 @@ public String getCurrencyOfFinancialData() {
145145
}
146146

147147
/**
148-
* The currency used for the net assets and balance sheet total.
148+
* The currency used for the annual turnover, balance sheet total, and net assets.
149149
*
150-
* @param currencyOfFinancialData The currency used for the net assets and balance sheet total.
150+
* @param currencyOfFinancialData The currency used for the annual turnover, balance sheet total, and net assets.
151151
*/
152152
@JsonProperty(JSON_PROPERTY_CURRENCY_OF_FINANCIAL_DATA)
153153
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

src/main/java/com/adyen/model/legalentitymanagement/GetTermsOfServiceDocumentRequest.java

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class GetTermsOfServiceDocumentRequest {
4242
private String termsOfServiceDocumentFormat;
4343

4444
/**
45-
* The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard**
45+
* The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard** * **kycOnInvite**
4646
*/
4747
public enum TypeEnum {
4848
ADYENACCOUNT(String.valueOf("adyenAccount")),
@@ -61,7 +61,9 @@ public enum TypeEnum {
6161

6262
ADYENISSUING(String.valueOf("adyenIssuing")),
6363

64-
ADYENPCCR(String.valueOf("adyenPccr"));
64+
ADYENPCCR(String.valueOf("adyenPccr")),
65+
66+
KYCONINVITE(String.valueOf("kycOnInvite"));
6567

6668
private String value;
6769

@@ -161,9 +163,9 @@ public void setTermsOfServiceDocumentFormat(String termsOfServiceDocumentFormat)
161163
}
162164

163165
/**
164-
* The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard**
166+
* The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard** * **kycOnInvite**
165167
*
166-
* @param type The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard**
168+
* @param type The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard** * **kycOnInvite**
167169
* @return the current {@code GetTermsOfServiceDocumentRequest} instance, allowing for method chaining
168170
*/
169171
public GetTermsOfServiceDocumentRequest type(TypeEnum type) {
@@ -172,8 +174,8 @@ public GetTermsOfServiceDocumentRequest type(TypeEnum type) {
172174
}
173175

174176
/**
175-
* The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard**
176-
* @return type The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard**
177+
* The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard** * **kycOnInvite**
178+
* @return type The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard** * **kycOnInvite**
177179
*/
178180
@JsonProperty(JSON_PROPERTY_TYPE)
179181
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -182,9 +184,9 @@ public TypeEnum getType() {
182184
}
183185

184186
/**
185-
* The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard**
187+
* The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard** * **kycOnInvite**
186188
*
187-
* @param type The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard**
189+
* @param type The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard** * **kycOnInvite**
188190
*/
189191
@JsonProperty(JSON_PROPERTY_TYPE)
190192
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

src/main/java/com/adyen/model/legalentitymanagement/GetTermsOfServiceDocumentResponse.java

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class GetTermsOfServiceDocumentResponse {
5454
private String termsOfServiceDocumentId;
5555

5656
/**
57-
* The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard**
57+
* The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard** * **kycOnInvite**
5858
*/
5959
public enum TypeEnum {
6060
ADYENACCOUNT(String.valueOf("adyenAccount")),
@@ -73,7 +73,9 @@ public enum TypeEnum {
7373

7474
ADYENISSUING(String.valueOf("adyenIssuing")),
7575

76-
ADYENPCCR(String.valueOf("adyenPccr"));
76+
ADYENPCCR(String.valueOf("adyenPccr")),
77+
78+
KYCONINVITE(String.valueOf("kycOnInvite"));
7779

7880
private String value;
7981

@@ -269,9 +271,9 @@ public void setTermsOfServiceDocumentId(String termsOfServiceDocumentId) {
269271
}
270272

271273
/**
272-
* The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard**
274+
* The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard** * **kycOnInvite**
273275
*
274-
* @param type The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard**
276+
* @param type The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard** * **kycOnInvite**
275277
* @return the current {@code GetTermsOfServiceDocumentResponse} instance, allowing for method chaining
276278
*/
277279
public GetTermsOfServiceDocumentResponse type(TypeEnum type) {
@@ -280,8 +282,8 @@ public GetTermsOfServiceDocumentResponse type(TypeEnum type) {
280282
}
281283

282284
/**
283-
* The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard**
284-
* @return type The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard**
285+
* The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard** * **kycOnInvite**
286+
* @return type The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard** * **kycOnInvite**
285287
*/
286288
@JsonProperty(JSON_PROPERTY_TYPE)
287289
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -290,9 +292,9 @@ public TypeEnum getType() {
290292
}
291293

292294
/**
293-
* The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard**
295+
* The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard** * **kycOnInvite**
294296
*
295-
* @param type The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard**
297+
* @param type The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr** * **adyenChargeCard** * **kycOnInvite**
296298
*/
297299
@JsonProperty(JSON_PROPERTY_TYPE)
298300
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

0 commit comments

Comments
 (0)