@@ -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 )
0 commit comments