Uses of Class
com.adyen.model.balanceplatform.RemediatingAction
-
Packages that use RemediatingAction Package Description com.adyen.model.balanceplatform -
-
Uses of RemediatingAction in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return RemediatingAction Modifier and Type Method Description RemediatingActionRemediatingAction. code(String code)The remediating action code.static RemediatingActionRemediatingAction. fromJson(String jsonString)Create an instance of RemediatingAction given an JSON stringRemediatingActionRemediatingAction. message(String message)A description of how you can resolve the verification error.Methods in com.adyen.model.balanceplatform that return types with arguments of type RemediatingAction Modifier and Type Method Description List<RemediatingAction>VerificationError. getRemediatingActions()Contains the actions that you can take to resolve the verification error.List<RemediatingAction>VerificationErrorRecursive. getRemediatingActions()Contains the actions that you can take to resolve the verification error.Methods in com.adyen.model.balanceplatform with parameters of type RemediatingAction Modifier and Type Method Description VerificationErrorVerificationError. addRemediatingActionsItem(RemediatingAction remediatingActionsItem)VerificationErrorRecursiveVerificationErrorRecursive. addRemediatingActionsItem(RemediatingAction remediatingActionsItem)Method parameters in com.adyen.model.balanceplatform with type arguments of type RemediatingAction Modifier and Type Method Description VerificationErrorVerificationError. remediatingActions(List<RemediatingAction> remediatingActions)Contains the actions that you can take to resolve the verification error.VerificationErrorRecursiveVerificationErrorRecursive. remediatingActions(List<RemediatingAction> remediatingActions)Contains the actions that you can take to resolve the verification error.voidVerificationError. setRemediatingActions(List<RemediatingAction> remediatingActions)Contains the actions that you can take to resolve the verification error.voidVerificationErrorRecursive. setRemediatingActions(List<RemediatingAction> remediatingActions)Contains the actions that you can take to resolve the verification error.
-