Skip to content

Commit efb9c9b

Browse files
AdyenAutomationBotAdyenAutomationBot
andauthored
Code generation: update services and models (#1524)
* false[adyen-sdk-automation] automated change * style(fmt): code formatted --------- Co-authored-by: AdyenAutomationBot <AdyenAutomationBot 38424300+AdyenAutomationBot@users.noreply.github.com>
1 parent bec616f commit efb9c9b

22 files changed

+1266
-625
lines changed

src/main/java/com/adyen/model/checkout/AuthenticationData.java

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,15 @@ public void setAttemptAuthentication(AttemptAuthenticationEnum attemptAuthentica
151151
}
152152

153153
/**
154-
* If set to true, you will only perform the [3D Secure 2
155-
* authentication](https://docs.adyen.com/online-payments/3d-secure/other-3ds-flows/authentication-only),
156-
* and not the payment authorisation. Default: **false**.
154+
* Required to trigger the [authentication-only
155+
* flow](https://docs.adyen.com/online-payments/3d-secure/authentication-only/). If set to
156+
* **true**, you will only perform the 3D Secure 2 authentication, and will not proceed to the
157+
* payment authorization. Default: **false**.
157158
*
158-
* @param authenticationOnly If set to true, you will only perform the [3D Secure 2
159-
* authentication](https://docs.adyen.com/online-payments/3d-secure/other-3ds-flows/authentication-only),
160-
* and not the payment authorisation. Default: **false**.
159+
* @param authenticationOnly Required to trigger the [authentication-only
160+
* flow](https://docs.adyen.com/online-payments/3d-secure/authentication-only/). If set to
161+
* **true**, you will only perform the 3D Secure 2 authentication, and will not proceed to the
162+
* payment authorization. Default: **false**.
161163
* @return the current {@code AuthenticationData} instance, allowing for method chaining
162164
*/
163165
public AuthenticationData authenticationOnly(Boolean authenticationOnly) {
@@ -166,13 +168,15 @@ public AuthenticationData authenticationOnly(Boolean authenticationOnly) {
166168
}
167169

168170
/**
169-
* If set to true, you will only perform the [3D Secure 2
170-
* authentication](https://docs.adyen.com/online-payments/3d-secure/other-3ds-flows/authentication-only),
171-
* and not the payment authorisation. Default: **false**.
171+
* Required to trigger the [authentication-only
172+
* flow](https://docs.adyen.com/online-payments/3d-secure/authentication-only/). If set to
173+
* **true**, you will only perform the 3D Secure 2 authentication, and will not proceed to the
174+
* payment authorization. Default: **false**.
172175
*
173-
* @return authenticationOnly If set to true, you will only perform the [3D Secure 2
174-
* authentication](https://docs.adyen.com/online-payments/3d-secure/other-3ds-flows/authentication-only),
175-
* and not the payment authorisation. Default: **false**.
176+
* @return authenticationOnly Required to trigger the [authentication-only
177+
* flow](https://docs.adyen.com/online-payments/3d-secure/authentication-only/). If set to
178+
* **true**, you will only perform the 3D Secure 2 authentication, and will not proceed to the
179+
* payment authorization. Default: **false**.
176180
*/
177181
@JsonProperty(JSON_PROPERTY_AUTHENTICATION_ONLY)
178182
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -181,13 +185,15 @@ public Boolean getAuthenticationOnly() {
181185
}
182186

183187
/**
184-
* If set to true, you will only perform the [3D Secure 2
185-
* authentication](https://docs.adyen.com/online-payments/3d-secure/other-3ds-flows/authentication-only),
186-
* and not the payment authorisation. Default: **false**.
188+
* Required to trigger the [authentication-only
189+
* flow](https://docs.adyen.com/online-payments/3d-secure/authentication-only/). If set to
190+
* **true**, you will only perform the 3D Secure 2 authentication, and will not proceed to the
191+
* payment authorization. Default: **false**.
187192
*
188-
* @param authenticationOnly If set to true, you will only perform the [3D Secure 2
189-
* authentication](https://docs.adyen.com/online-payments/3d-secure/other-3ds-flows/authentication-only),
190-
* and not the payment authorisation. Default: **false**.
193+
* @param authenticationOnly Required to trigger the [authentication-only
194+
* flow](https://docs.adyen.com/online-payments/3d-secure/authentication-only/). If set to
195+
* **true**, you will only perform the 3D Secure 2 authentication, and will not proceed to the
196+
* payment authorization. Default: **false**.
191197
*/
192198
@JsonProperty(JSON_PROPERTY_AUTHENTICATION_ONLY)
193199
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

src/main/java/com/adyen/model/checkout/BalanceCheckRequest.java

Lines changed: 108 additions & 69 deletions
Large diffs are not rendered by default.

src/main/java/com/adyen/model/checkout/CreateCheckoutSessionRequest.java

Lines changed: 114 additions & 69 deletions
Large diffs are not rendered by default.

src/main/java/com/adyen/model/checkout/CreateCheckoutSessionResponse.java

Lines changed: 114 additions & 69 deletions
Large diffs are not rendered by default.

src/main/java/com/adyen/model/checkout/DetailsRequestAuthenticationData.java

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,15 @@ public class DetailsRequestAuthenticationData {
2626
public DetailsRequestAuthenticationData() {}
2727

2828
/**
29-
* If set to true, you will only perform the [3D Secure 2
30-
* authentication](https://docs.adyen.com/online-payments/3d-secure/other-3ds-flows/authentication-only),
31-
* and not the payment authorisation. Default: *false**.
29+
* Required to trigger the [authentication-only
30+
* flow](https://docs.adyen.com/online-payments/3d-secure/authentication-only/). If set to
31+
* **true**, you will only perform the 3D Secure 2 authentication, and will not proceed to the
32+
* payment authorization.Default: **false**.
3233
*
33-
* @param authenticationOnly If set to true, you will only perform the [3D Secure 2
34-
* authentication](https://docs.adyen.com/online-payments/3d-secure/other-3ds-flows/authentication-only),
35-
* and not the payment authorisation. Default: *false**.
34+
* @param authenticationOnly Required to trigger the [authentication-only
35+
* flow](https://docs.adyen.com/online-payments/3d-secure/authentication-only/). If set to
36+
* **true**, you will only perform the 3D Secure 2 authentication, and will not proceed to the
37+
* payment authorization.Default: **false**.
3638
* @return the current {@code DetailsRequestAuthenticationData} instance, allowing for method
3739
* chaining
3840
*/
@@ -42,13 +44,15 @@ public DetailsRequestAuthenticationData authenticationOnly(Boolean authenticatio
4244
}
4345

4446
/**
45-
* If set to true, you will only perform the [3D Secure 2
46-
* authentication](https://docs.adyen.com/online-payments/3d-secure/other-3ds-flows/authentication-only),
47-
* and not the payment authorisation. Default: *false**.
47+
* Required to trigger the [authentication-only
48+
* flow](https://docs.adyen.com/online-payments/3d-secure/authentication-only/). If set to
49+
* **true**, you will only perform the 3D Secure 2 authentication, and will not proceed to the
50+
* payment authorization.Default: **false**.
4851
*
49-
* @return authenticationOnly If set to true, you will only perform the [3D Secure 2
50-
* authentication](https://docs.adyen.com/online-payments/3d-secure/other-3ds-flows/authentication-only),
51-
* and not the payment authorisation. Default: *false**.
52+
* @return authenticationOnly Required to trigger the [authentication-only
53+
* flow](https://docs.adyen.com/online-payments/3d-secure/authentication-only/). If set to
54+
* **true**, you will only perform the 3D Secure 2 authentication, and will not proceed to the
55+
* payment authorization.Default: **false**.
5256
*/
5357
@JsonProperty(JSON_PROPERTY_AUTHENTICATION_ONLY)
5458
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -57,13 +61,15 @@ public Boolean getAuthenticationOnly() {
5761
}
5862

5963
/**
60-
* If set to true, you will only perform the [3D Secure 2
61-
* authentication](https://docs.adyen.com/online-payments/3d-secure/other-3ds-flows/authentication-only),
62-
* and not the payment authorisation. Default: *false**.
64+
* Required to trigger the [authentication-only
65+
* flow](https://docs.adyen.com/online-payments/3d-secure/authentication-only/). If set to
66+
* **true**, you will only perform the 3D Secure 2 authentication, and will not proceed to the
67+
* payment authorization.Default: **false**.
6368
*
64-
* @param authenticationOnly If set to true, you will only perform the [3D Secure 2
65-
* authentication](https://docs.adyen.com/online-payments/3d-secure/other-3ds-flows/authentication-only),
66-
* and not the payment authorisation. Default: *false**.
69+
* @param authenticationOnly Required to trigger the [authentication-only
70+
* flow](https://docs.adyen.com/online-payments/3d-secure/authentication-only/). If set to
71+
* **true**, you will only perform the 3D Secure 2 authentication, and will not proceed to the
72+
* payment authorization.Default: **false**.
6773
*/
6874
@JsonProperty(JSON_PROPERTY_AUTHENTICATION_ONLY)
6975
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

0 commit comments

Comments
 (0)