Class Feedbacks

java.lang.Object
com.onlinepayments.domain.Feedbacks

public class Feedbacks extends Object
  • Constructor Details

    • Feedbacks

      public Feedbacks()
  • Method Details

    • getWebhookUrl

      public String getWebhookUrl()
      The URL where the webhook will be dispatched for all status change events related to this payment.
    • setWebhookUrl

      public void setWebhookUrl(String value)
      The URL where the webhook will be dispatched for all status change events related to this payment.
    • withWebhookUrl

      public Feedbacks withWebhookUrl(String value)
      The URL where the webhook will be dispatched for all status change events related to this payment.