Uses of Class
com.adyen.model.configurationwebhooks.ResultDetails
-
Packages that use ResultDetails Package Description com.adyen.model.configurationwebhooks -
-
Uses of ResultDetails in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return ResultDetails Modifier and Type Method Description static ResultDetailsResultDetails. fromJson(String jsonString)Create an instance of ResultDetails given an JSON stringResultDetailsPayoutStateWebhookData. getResultDetails()Get resultDetailsResultDetailsResultDetails. reason(String reason)The reason why the execution was not successful.ResultDetailsResultDetails. reasonCode(String reasonCode)The numeric code of the reason.ResultDetailsResultDetails. transferId(String transferId)The unique identifier of the transfer created for this execution.Methods in com.adyen.model.configurationwebhooks with parameters of type ResultDetails Modifier and Type Method Description PayoutStateWebhookDataPayoutStateWebhookData. resultDetails(ResultDetails resultDetails)resultDetailsvoidPayoutStateWebhookData. setResultDetails(ResultDetails resultDetails)resultDetails
-