Package com.onlinepayments.domain
Class Feedbacks
java.lang.Object
com.onlinepayments.domain.Feedbacks
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe URL where the webhook will be dispatched for all status change events related to this payment.voidsetWebhookUrl(String value) The URL where the webhook will be dispatched for all status change events related to this payment.withWebhookUrl(String value) The URL where the webhook will be dispatched for all status change events related to this payment.
-
Constructor Details
-
Feedbacks
public Feedbacks()
-
-
Method Details
-
getWebhookUrl
The URL where the webhook will be dispatched for all status change events related to this payment. -
setWebhookUrl
The URL where the webhook will be dispatched for all status change events related to this payment. -
withWebhookUrl
The URL where the webhook will be dispatched for all status change events related to this payment.
-