Class SendTestRequest

java.lang.Object
com.onlinepayments.domain.SendTestRequest

public class SendTestRequest extends Object
  • Constructor Details

    • SendTestRequest

      public SendTestRequest()
  • Method Details

    • getUrl

      public String 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

      public void setUrl(String value)
      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

      public SendTestRequest withUrl(String value)
      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.