@@ -151,13 +151,15 @@ public void setAttemptAuthentication(AttemptAuthenticationEnum attemptAuthentica
151
151
}
152
152
153
153
/**
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**.
157
158
*
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**.
161
163
* @return the current {@code AuthenticationData} instance, allowing for method chaining
162
164
*/
163
165
public AuthenticationData authenticationOnly (Boolean authenticationOnly ) {
@@ -166,13 +168,15 @@ public AuthenticationData authenticationOnly(Boolean authenticationOnly) {
166
168
}
167
169
168
170
/**
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**.
172
175
*
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**.
176
180
*/
177
181
@ JsonProperty (JSON_PROPERTY_AUTHENTICATION_ONLY )
178
182
@ JsonInclude (value = JsonInclude .Include .USE_DEFAULTS )
@@ -181,13 +185,15 @@ public Boolean getAuthenticationOnly() {
181
185
}
182
186
183
187
/**
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**.
187
192
*
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**.
191
197
*/
192
198
@ JsonProperty (JSON_PROPERTY_AUTHENTICATION_ONLY )
193
199
@ JsonInclude (value = JsonInclude .Include .USE_DEFAULTS )
0 commit comments