You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/com/adyen/model/balanceplatform/AccountHolderCapability.java
+20-20
Original file line number
Diff line number
Diff line change
@@ -215,7 +215,7 @@ public AccountHolderCapability(
215
215
216
216
/**
217
217
* Indicates whether the capability is allowed. Adyen sets this to **true** if the verification is successful and the account holder is permitted to use the capability.
218
-
* @return allowed
218
+
* @return allowed Indicates whether the capability is allowed. Adyen sets this to **true** if the verification is successful and the account holder is permitted to use the capability.
@@ -313,7 +313,7 @@ public List<CapabilityProblem> getProblems() {
313
313
/**
314
314
* Indicates whether the capability is requested. To check whether the account holder is permitted to use the capability, refer to the `allowed` field.
315
315
*
316
-
* @param requested
316
+
* @param requested Indicates whether the capability is requested. To check whether the account holder is permitted to use the capability, refer to the `allowed` field.
317
317
* @return the current {@code AccountHolderCapability} instance, allowing for method chaining
@@ -323,7 +323,7 @@ public AccountHolderCapability requested(Boolean requested) {
323
323
324
324
/**
325
325
* Indicates whether the capability is requested. To check whether the account holder is permitted to use the capability, refer to the `allowed` field.
326
-
* @return requested
326
+
* @return requested Indicates whether the capability is requested. To check whether the account holder is permitted to use the capability, refer to the `allowed` field.
@@ -334,7 +334,7 @@ public Boolean getRequested() {
334
334
/**
335
335
* Indicates whether the capability is requested. To check whether the account holder is permitted to use the capability, refer to the `allowed` field.
336
336
*
337
-
* @param requested
337
+
* @param requested Indicates whether the capability is requested. To check whether the account holder is permitted to use the capability, refer to the `allowed` field.
@@ -345,7 +345,7 @@ public void setRequested(Boolean requested) {
345
345
/**
346
346
* The requested level of the capability. Some capabilities, such as those used in [card issuing](https://docs.adyen.com/issuing/add-capabilities#capability-levels), have different levels. Levels increase the capability, but also require additional checks and increased monitoring. Possible values: **notApplicable**, **low**, **medium**, **high**.
347
347
*
348
-
* @param requestedLevel
348
+
* @param requestedLevel The requested level of the capability. Some capabilities, such as those used in [card issuing](https://docs.adyen.com/issuing/add-capabilities#capability-levels), have different levels. Levels increase the capability, but also require additional checks and increased monitoring. Possible values: **notApplicable**, **low**, **medium**, **high**.
349
349
* @return the current {@code AccountHolderCapability} instance, allowing for method chaining
@@ -355,7 +355,7 @@ public AccountHolderCapability requestedLevel(RequestedLevelEnum requestedLevel)
355
355
356
356
/**
357
357
* The requested level of the capability. Some capabilities, such as those used in [card issuing](https://docs.adyen.com/issuing/add-capabilities#capability-levels), have different levels. Levels increase the capability, but also require additional checks and increased monitoring. Possible values: **notApplicable**, **low**, **medium**, **high**.
358
-
* @return requestedLevel
358
+
* @return requestedLevel The requested level of the capability. Some capabilities, such as those used in [card issuing](https://docs.adyen.com/issuing/add-capabilities#capability-levels), have different levels. Levels increase the capability, but also require additional checks and increased monitoring. Possible values: **notApplicable**, **low**, **medium**, **high**.
@@ -366,7 +366,7 @@ public RequestedLevelEnum getRequestedLevel() {
366
366
/**
367
367
* The requested level of the capability. Some capabilities, such as those used in [card issuing](https://docs.adyen.com/issuing/add-capabilities#capability-levels), have different levels. Levels increase the capability, but also require additional checks and increased monitoring. Possible values: **notApplicable**, **low**, **medium**, **high**.
368
368
*
369
-
* @param requestedLevel
369
+
* @param requestedLevel The requested level of the capability. Some capabilities, such as those used in [card issuing](https://docs.adyen.com/issuing/add-capabilities#capability-levels), have different levels. Levels increase the capability, but also require additional checks and increased monitoring. Possible values: **notApplicable**, **low**, **medium**, **high**.
@@ -419,7 +419,7 @@ public List<AccountSupportingEntityCapability> getTransferInstruments() {
419
419
420
420
/**
421
421
* The status of the verification checks for the capability. Possible values: * **pending**: Adyen is running the verification. * **invalid**: The verification failed. Check if the `errors` array contains more information. * **valid**: The verification has been successfully completed. * **rejected**: Adyen has verified the information, but found reasons to not allow the capability.
422
-
* @return verificationStatus
422
+
* @return verificationStatus The status of the verification checks for the capability. Possible values: * **pending**: Adyen is running the verification. * **invalid**: The verification failed. Check if the `errors` array contains more information. * **valid**: The verification has been successfully completed. * **rejected**: Adyen has verified the information, but found reasons to not allow the capability.
0 commit comments