Uses of Class
com.onlinepayments.domain.Feedbacks
Packages that use Feedbacks
-
Uses of Feedbacks in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return FeedbacksModifier and TypeMethodDescriptionCreateHostedCheckoutRequest.getFeedbacks()This section will contain feedback Urls to provide feedback on the payment.CreatePaymentLinkRequest.getFeedbacks()This section will contain feedback Urls to provide feedback on the payment.CreatePaymentRequest.getFeedbacks()This section will contain feedback Urls to provide feedback on the payment.CreatePayoutRequest.getFeedbacks()This section will contain feedback Urls to provide feedback on the payment.Feedbacks.withWebhookUrl(String value) The URL where the webhook will be dispatched for all status change events related to this payment.Methods in com.onlinepayments.domain with parameters of type FeedbacksModifier and TypeMethodDescriptionvoidCreateHostedCheckoutRequest.setFeedbacks(Feedbacks value) This section will contain feedback Urls to provide feedback on the payment.voidCreatePaymentLinkRequest.setFeedbacks(Feedbacks value) This section will contain feedback Urls to provide feedback on the payment.voidCreatePaymentRequest.setFeedbacks(Feedbacks value) This section will contain feedback Urls to provide feedback on the payment.voidCreatePayoutRequest.setFeedbacks(Feedbacks value) This section will contain feedback Urls to provide feedback on the payment.CreateHostedCheckoutRequest.withFeedbacks(Feedbacks value) This section will contain feedback Urls to provide feedback on the payment.CreatePaymentLinkRequest.withFeedbacks(Feedbacks value) This section will contain feedback Urls to provide feedback on the payment.CreatePaymentRequest.withFeedbacks(Feedbacks value) This section will contain feedback Urls to provide feedback on the payment.CreatePayoutRequest.withFeedbacks(Feedbacks value) This section will contain feedback Urls to provide feedback on the payment.