Package com.onlinepayments.domain
Class SendTestRequest
java.lang.Object
com.onlinepayments.domain.SendTestRequest
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SendTestRequest
public SendTestRequest()
-
-
Method Details
-
getUrl
Url to which the dummy webhook would be sent. If the parameter is not sent, It will be sent as default to the webhook url configured in the backoffice. -
setUrl
Url to which the dummy webhook would be sent. If the parameter is not sent, It will be sent as default to the webhook url configured in the backoffice. -
withUrl
Url to which the dummy webhook would be sent. If the parameter is not sent, It will be sent as default to the webhook url configured in the backoffice.
-