Skip to content

Commit fdd0267

Browse files
AdyenAutomationBotAdyenAutomationBotgcatanese
authored
Code generation: update services and models (#1563)
* false[adyen-sdk-automation] automated change * style(fmt): code formatted * Reverting unwanted modifications --------- Co-authored-by: AdyenAutomationBot <AdyenAutomationBot [email protected]> Co-authored-by: gcatanese <[email protected]>
1 parent 0527fb1 commit fdd0267

11 files changed

+174
-96
lines changed

src/main/java/com/adyen/model/management/PaymentMethodResponse.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ public enum TypesWithErrorsEnum {
9494

9595
BLIK(String.valueOf("blik")),
9696

97+
BR_SCHEMES(String.valueOf("br_schemes")),
98+
9799
CARTEBANCAIRE(String.valueOf("cartebancaire")),
98100

99101
CLEARPAY(String.valueOf("clearpay")),

src/main/java/com/adyen/model/management/PaymentMethodSetupInfo.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,8 @@ public enum TypeEnum {
310310

311311
BLIK(String.valueOf("blik")),
312312

313+
BR_SCHEMES(String.valueOf("br_schemes")),
314+
313315
CARTEBANCAIRE(String.valueOf("cartebancaire")),
314316

315317
CLEARPAY(String.valueOf("clearpay")),

src/main/java/com/adyen/model/management/SplitConfigurationRule.java

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ public static FundingSourceEnum fromValue(String value) {
9797

9898
/**
9999
* The sales channel condition that defines whether the split logic applies. Possible values: *
100-
* **Ecommerce**: Online transactions where the cardholder is present. * **ContAuth**: Card on
100+
* **Ecommerce**: online transactions where the cardholder is present. * **ContAuth**: card on
101101
* file and/or subscription transactions, where the cardholder is known to the merchant (returning
102-
* customer). * **Moto**: Mail-order and telephone-order transactions where the customer is in
103-
* contact with the merchant via email or telephone. * **POS**: Point-of-sale transactions where
102+
* customer). * **Moto**: mail-order and telephone-order transactions where the customer is in
103+
* contact with the merchant via email or telephone. * **POS**: point-of-sale transactions where
104104
* the customer is physically present to make a payment using a secure payment terminal. *
105-
* **ANY**: All sales channels.
105+
* **ANY**: all sales channels.
106106
*/
107107
public enum ShopperInteractionEnum {
108108
ECOMMERCE(String.valueOf("Ecommerce")),
@@ -309,20 +309,20 @@ public String getRuleId() {
309309

310310
/**
311311
* The sales channel condition that defines whether the split logic applies. Possible values: *
312-
* **Ecommerce**: Online transactions where the cardholder is present. * **ContAuth**: Card on
312+
* **Ecommerce**: online transactions where the cardholder is present. * **ContAuth**: card on
313313
* file and/or subscription transactions, where the cardholder is known to the merchant (returning
314-
* customer). * **Moto**: Mail-order and telephone-order transactions where the customer is in
315-
* contact with the merchant via email or telephone. * **POS**: Point-of-sale transactions where
314+
* customer). * **Moto**: mail-order and telephone-order transactions where the customer is in
315+
* contact with the merchant via email or telephone. * **POS**: point-of-sale transactions where
316316
* the customer is physically present to make a payment using a secure payment terminal. *
317-
* **ANY**: All sales channels.
317+
* **ANY**: all sales channels.
318318
*
319319
* @param shopperInteraction The sales channel condition that defines whether the split logic
320-
* applies. Possible values: * **Ecommerce**: Online transactions where the cardholder is
321-
* present. * **ContAuth**: Card on file and/or subscription transactions, where the
322-
* cardholder is known to the merchant (returning customer). * **Moto**: Mail-order and
320+
* applies. Possible values: * **Ecommerce**: online transactions where the cardholder is
321+
* present. * **ContAuth**: card on file and/or subscription transactions, where the
322+
* cardholder is known to the merchant (returning customer). * **Moto**: mail-order and
323323
* telephone-order transactions where the customer is in contact with the merchant via email
324-
* or telephone. * **POS**: Point-of-sale transactions where the customer is physically
325-
* present to make a payment using a secure payment terminal. * **ANY**: All sales channels.
324+
* or telephone. * **POS**: point-of-sale transactions where the customer is physically
325+
* present to make a payment using a secure payment terminal. * **ANY**: all sales channels.
326326
* @return the current {@code SplitConfigurationRule} instance, allowing for method chaining
327327
*/
328328
public SplitConfigurationRule shopperInteraction(ShopperInteractionEnum shopperInteraction) {
@@ -332,20 +332,20 @@ public SplitConfigurationRule shopperInteraction(ShopperInteractionEnum shopperI
332332

333333
/**
334334
* The sales channel condition that defines whether the split logic applies. Possible values: *
335-
* **Ecommerce**: Online transactions where the cardholder is present. * **ContAuth**: Card on
335+
* **Ecommerce**: online transactions where the cardholder is present. * **ContAuth**: card on
336336
* file and/or subscription transactions, where the cardholder is known to the merchant (returning
337-
* customer). * **Moto**: Mail-order and telephone-order transactions where the customer is in
338-
* contact with the merchant via email or telephone. * **POS**: Point-of-sale transactions where
337+
* customer). * **Moto**: mail-order and telephone-order transactions where the customer is in
338+
* contact with the merchant via email or telephone. * **POS**: point-of-sale transactions where
339339
* the customer is physically present to make a payment using a secure payment terminal. *
340-
* **ANY**: All sales channels.
340+
* **ANY**: all sales channels.
341341
*
342342
* @return shopperInteraction The sales channel condition that defines whether the split logic
343-
* applies. Possible values: * **Ecommerce**: Online transactions where the cardholder is
344-
* present. * **ContAuth**: Card on file and/or subscription transactions, where the
345-
* cardholder is known to the merchant (returning customer). * **Moto**: Mail-order and
343+
* applies. Possible values: * **Ecommerce**: online transactions where the cardholder is
344+
* present. * **ContAuth**: card on file and/or subscription transactions, where the
345+
* cardholder is known to the merchant (returning customer). * **Moto**: mail-order and
346346
* telephone-order transactions where the customer is in contact with the merchant via email
347-
* or telephone. * **POS**: Point-of-sale transactions where the customer is physically
348-
* present to make a payment using a secure payment terminal. * **ANY**: All sales channels.
347+
* or telephone. * **POS**: point-of-sale transactions where the customer is physically
348+
* present to make a payment using a secure payment terminal. * **ANY**: all sales channels.
349349
*/
350350
@JsonProperty(JSON_PROPERTY_SHOPPER_INTERACTION)
351351
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -355,20 +355,20 @@ public ShopperInteractionEnum getShopperInteraction() {
355355

356356
/**
357357
* The sales channel condition that defines whether the split logic applies. Possible values: *
358-
* **Ecommerce**: Online transactions where the cardholder is present. * **ContAuth**: Card on
358+
* **Ecommerce**: online transactions where the cardholder is present. * **ContAuth**: card on
359359
* file and/or subscription transactions, where the cardholder is known to the merchant (returning
360-
* customer). * **Moto**: Mail-order and telephone-order transactions where the customer is in
361-
* contact with the merchant via email or telephone. * **POS**: Point-of-sale transactions where
360+
* customer). * **Moto**: mail-order and telephone-order transactions where the customer is in
361+
* contact with the merchant via email or telephone. * **POS**: point-of-sale transactions where
362362
* the customer is physically present to make a payment using a secure payment terminal. *
363-
* **ANY**: All sales channels.
363+
* **ANY**: all sales channels.
364364
*
365365
* @param shopperInteraction The sales channel condition that defines whether the split logic
366-
* applies. Possible values: * **Ecommerce**: Online transactions where the cardholder is
367-
* present. * **ContAuth**: Card on file and/or subscription transactions, where the
368-
* cardholder is known to the merchant (returning customer). * **Moto**: Mail-order and
366+
* applies. Possible values: * **Ecommerce**: online transactions where the cardholder is
367+
* present. * **ContAuth**: card on file and/or subscription transactions, where the
368+
* cardholder is known to the merchant (returning customer). * **Moto**: mail-order and
369369
* telephone-order transactions where the customer is in contact with the merchant via email
370-
* or telephone. * **POS**: Point-of-sale transactions where the customer is physically
371-
* present to make a payment using a secure payment terminal. * **ANY**: All sales channels.
370+
* or telephone. * **POS**: point-of-sale transactions where the customer is physically
371+
* present to make a payment using a secure payment terminal. * **ANY**: all sales channels.
372372
*/
373373
@JsonProperty(JSON_PROPERTY_SHOPPER_INTERACTION)
374374
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

src/main/java/com/adyen/model/management/UpdateSplitConfigurationRuleRequest.java

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -176,20 +176,20 @@ public void setPaymentMethod(String paymentMethod) {
176176

177177
/**
178178
* The sales channel condition that defines whether the split logic applies. Possible values: *
179-
* **Ecommerce**: Online transactions where the cardholder is present. * **ContAuth**: Card on
179+
* **Ecommerce**: online transactions where the cardholder is present. * **ContAuth**: card on
180180
* file and/or subscription transactions, where the cardholder is known to the merchant (returning
181-
* customer). * **Moto**: Mail-order and telephone-order transactions where the customer is in
182-
* contact with the merchant via email or telephone. * **POS**: Point-of-sale transactions where
181+
* customer). * **Moto**: mail-order and telephone-order transactions where the customer is in
182+
* contact with the merchant via email or telephone. * **POS**: point-of-sale transactions where
183183
* the customer is physically present to make a payment using a secure payment terminal. *
184-
* **ANY**: All sales channels.
184+
* **ANY**: all sales channels.
185185
*
186186
* @param shopperInteraction The sales channel condition that defines whether the split logic
187-
* applies. Possible values: * **Ecommerce**: Online transactions where the cardholder is
188-
* present. * **ContAuth**: Card on file and/or subscription transactions, where the
189-
* cardholder is known to the merchant (returning customer). * **Moto**: Mail-order and
187+
* applies. Possible values: * **Ecommerce**: online transactions where the cardholder is
188+
* present. * **ContAuth**: card on file and/or subscription transactions, where the
189+
* cardholder is known to the merchant (returning customer). * **Moto**: mail-order and
190190
* telephone-order transactions where the customer is in contact with the merchant via email
191-
* or telephone. * **POS**: Point-of-sale transactions where the customer is physically
192-
* present to make a payment using a secure payment terminal. * **ANY**: All sales channels.
191+
* or telephone. * **POS**: point-of-sale transactions where the customer is physically
192+
* present to make a payment using a secure payment terminal. * **ANY**: all sales channels.
193193
* @return the current {@code UpdateSplitConfigurationRuleRequest} instance, allowing for method
194194
* chaining
195195
*/
@@ -200,20 +200,20 @@ public UpdateSplitConfigurationRuleRequest shopperInteraction(String shopperInte
200200

201201
/**
202202
* The sales channel condition that defines whether the split logic applies. Possible values: *
203-
* **Ecommerce**: Online transactions where the cardholder is present. * **ContAuth**: Card on
203+
* **Ecommerce**: online transactions where the cardholder is present. * **ContAuth**: card on
204204
* file and/or subscription transactions, where the cardholder is known to the merchant (returning
205-
* customer). * **Moto**: Mail-order and telephone-order transactions where the customer is in
206-
* contact with the merchant via email or telephone. * **POS**: Point-of-sale transactions where
205+
* customer). * **Moto**: mail-order and telephone-order transactions where the customer is in
206+
* contact with the merchant via email or telephone. * **POS**: point-of-sale transactions where
207207
* the customer is physically present to make a payment using a secure payment terminal. *
208-
* **ANY**: All sales channels.
208+
* **ANY**: all sales channels.
209209
*
210210
* @return shopperInteraction The sales channel condition that defines whether the split logic
211-
* applies. Possible values: * **Ecommerce**: Online transactions where the cardholder is
212-
* present. * **ContAuth**: Card on file and/or subscription transactions, where the
213-
* cardholder is known to the merchant (returning customer). * **Moto**: Mail-order and
211+
* applies. Possible values: * **Ecommerce**: online transactions where the cardholder is
212+
* present. * **ContAuth**: card on file and/or subscription transactions, where the
213+
* cardholder is known to the merchant (returning customer). * **Moto**: mail-order and
214214
* telephone-order transactions where the customer is in contact with the merchant via email
215-
* or telephone. * **POS**: Point-of-sale transactions where the customer is physically
216-
* present to make a payment using a secure payment terminal. * **ANY**: All sales channels.
215+
* or telephone. * **POS**: point-of-sale transactions where the customer is physically
216+
* present to make a payment using a secure payment terminal. * **ANY**: all sales channels.
217217
*/
218218
@JsonProperty(JSON_PROPERTY_SHOPPER_INTERACTION)
219219
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -223,20 +223,20 @@ public String getShopperInteraction() {
223223

224224
/**
225225
* The sales channel condition that defines whether the split logic applies. Possible values: *
226-
* **Ecommerce**: Online transactions where the cardholder is present. * **ContAuth**: Card on
226+
* **Ecommerce**: online transactions where the cardholder is present. * **ContAuth**: card on
227227
* file and/or subscription transactions, where the cardholder is known to the merchant (returning
228-
* customer). * **Moto**: Mail-order and telephone-order transactions where the customer is in
229-
* contact with the merchant via email or telephone. * **POS**: Point-of-sale transactions where
228+
* customer). * **Moto**: mail-order and telephone-order transactions where the customer is in
229+
* contact with the merchant via email or telephone. * **POS**: point-of-sale transactions where
230230
* the customer is physically present to make a payment using a secure payment terminal. *
231-
* **ANY**: All sales channels.
231+
* **ANY**: all sales channels.
232232
*
233233
* @param shopperInteraction The sales channel condition that defines whether the split logic
234-
* applies. Possible values: * **Ecommerce**: Online transactions where the cardholder is
235-
* present. * **ContAuth**: Card on file and/or subscription transactions, where the
236-
* cardholder is known to the merchant (returning customer). * **Moto**: Mail-order and
234+
* applies. Possible values: * **Ecommerce**: online transactions where the cardholder is
235+
* present. * **ContAuth**: card on file and/or subscription transactions, where the
236+
* cardholder is known to the merchant (returning customer). * **Moto**: mail-order and
237237
* telephone-order transactions where the customer is in contact with the merchant via email
238-
* or telephone. * **POS**: Point-of-sale transactions where the customer is physically
239-
* present to make a payment using a secure payment terminal. * **ANY**: All sales channels.
238+
* or telephone. * **POS**: point-of-sale transactions where the customer is physically
239+
* present to make a payment using a secure payment terminal. * **ANY**: all sales channels.
240240
*/
241241
@JsonProperty(JSON_PROPERTY_SHOPPER_INTERACTION)
242242
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

src/main/java/com/adyen/model/managementwebhooks/AccountCapabilityData.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@ public void setCapability(String capability) {
176176
}
177177

178178
/**
179-
* List of entities that has problems with verification. The information includes the details of
179+
* List of entities that have problems with verification. The information includes the details of
180180
* the errors and the actions that you can take to resolve them.
181181
*
182-
* @param problems List of entities that has problems with verification. The information includes
182+
* @param problems List of entities that have problems with verification. The information includes
183183
* the details of the errors and the actions that you can take to resolve them.
184184
* @return the current {@code AccountCapabilityData} instance, allowing for method chaining
185185
*/
@@ -197,11 +197,11 @@ public AccountCapabilityData addProblemsItem(CapabilityProblem problemsItem) {
197197
}
198198

199199
/**
200-
* List of entities that has problems with verification. The information includes the details of
200+
* List of entities that have problems with verification. The information includes the details of
201201
* the errors and the actions that you can take to resolve them.
202202
*
203-
* @return problems List of entities that has problems with verification. The information includes
204-
* the details of the errors and the actions that you can take to resolve them.
203+
* @return problems List of entities that have problems with verification. The information
204+
* includes the details of the errors and the actions that you can take to resolve them.
205205
*/
206206
@JsonProperty(JSON_PROPERTY_PROBLEMS)
207207
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -210,10 +210,10 @@ public List<CapabilityProblem> getProblems() {
210210
}
211211

212212
/**
213-
* List of entities that has problems with verification. The information includes the details of
213+
* List of entities that have problems with verification. The information includes the details of
214214
* the errors and the actions that you can take to resolve them.
215215
*
216-
* @param problems List of entities that has problems with verification. The information includes
216+
* @param problems List of entities that have problems with verification. The information includes
217217
* the details of the errors and the actions that you can take to resolve them.
218218
*/
219219
@JsonProperty(JSON_PROPERTY_PROBLEMS)

0 commit comments

Comments
 (0)