Uses of Class
com.adyen.model.configurationwebhooks.PayoutStateWebhookData
-
Packages that use PayoutStateWebhookData Package Description com.adyen.model.configurationwebhooks -
-
Uses of PayoutStateWebhookData in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return PayoutStateWebhookData Modifier and Type Method Description PayoutStateWebhookDataPayoutStateWebhookData. balanceAccountId(String balanceAccountId)The unique identifier of the balance account from which the payout is initiated.PayoutStateWebhookDataPayoutStateWebhookData. balanceAccountPayoutScheduleId(String balanceAccountPayoutScheduleId)The unique identifier of the managed payout schedule.PayoutStateWebhookDataPayoutStateWebhookData. balancePlatform(String balancePlatform)The unique identifier of the balance platform.static PayoutStateWebhookDataPayoutStateWebhookData. fromJson(String jsonString)Create an instance of PayoutStateWebhookData given an JSON stringPayoutStateWebhookDataPayoutScheduleStateNotificationRequest. getData()Get dataPayoutStateWebhookDataPayoutStateWebhookData. result(PayoutStateWebhookData.ResultEnum result)The result of the execution.PayoutStateWebhookDataPayoutStateWebhookData. resultDetails(ResultDetails resultDetails)resultDetailsPayoutStateWebhookDataPayoutStateWebhookData. triggeredAt(OffsetDateTime triggeredAt)The timestamp of the moment when the execution was triggered.Methods in com.adyen.model.configurationwebhooks with parameters of type PayoutStateWebhookData Modifier and Type Method Description PayoutScheduleStateNotificationRequestPayoutScheduleStateNotificationRequest. data(PayoutStateWebhookData data)datavoidPayoutScheduleStateNotificationRequest. setData(PayoutStateWebhookData data)data
-