Uses of Class
com.adyen.model.managementwebhooks.RemediatingAction
-
Packages that use RemediatingAction Package Description com.adyen.model.managementwebhooks -
-
Uses of RemediatingAction in com.adyen.model.managementwebhooks
Methods in com.adyen.model.managementwebhooks 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.managementwebhooks that return types with arguments of type RemediatingAction Modifier and Type Method Description List<RemediatingAction>VerificationError. getRemediatingActions()The actions that you can take to resolve the verification error.List<RemediatingAction>VerificationErrorRecursive. getRemediatingActions()The actions that you can take to resolve the verification error.Methods in com.adyen.model.managementwebhooks with parameters of type RemediatingAction Modifier and Type Method Description VerificationErrorVerificationError. addRemediatingActionsItem(RemediatingAction remediatingActionsItem)VerificationErrorRecursiveVerificationErrorRecursive. addRemediatingActionsItem(RemediatingAction remediatingActionsItem)Method parameters in com.adyen.model.managementwebhooks with type arguments of type RemediatingAction Modifier and Type Method Description VerificationErrorVerificationError. remediatingActions(List<RemediatingAction> remediatingActions)The actions that you can take to resolve the verification error.VerificationErrorRecursiveVerificationErrorRecursive. remediatingActions(List<RemediatingAction> remediatingActions)The actions that you can take to resolve the verification error.voidVerificationError. setRemediatingActions(List<RemediatingAction> remediatingActions)The actions that you can take to resolve the verification error.voidVerificationErrorRecursive. setRemediatingActions(List<RemediatingAction> remediatingActions)The actions that you can take to resolve the verification error.
-