Uses of Class
com.broadleafcommerce.tabby.domain.TabbyRefundPaymentRequest
Packages that use TabbyRefundPaymentRequest
Package
Description
-
Uses of TabbyRefundPaymentRequest in com.broadleafcommerce.tabby.provider
Methods in com.broadleafcommerce.tabby.provider with parameters of type TabbyRefundPaymentRequestModifier and TypeMethodDescriptionTabbyProvider.refundPayment
(String paymentId, TabbyRefundPaymentRequest request, String applicationId, String tenantId) Initiates a full or partial refund of Tabby payment. -
Uses of TabbyRefundPaymentRequest in com.broadleafcommerce.tabby.provider.external
Methods in com.broadleafcommerce.tabby.provider.external with parameters of type TabbyRefundPaymentRequestModifier and TypeMethodDescriptionExternalTabbyProvider.refundPayment
(@NonNull String paymentId, @NonNull TabbyRefundPaymentRequest request, String applicationId, String tenantId) -
Uses of TabbyRefundPaymentRequest in com.broadleafcommerce.tabby.service.requestresponse
Methods in com.broadleafcommerce.tabby.service.requestresponse that return TabbyRefundPaymentRequestModifier and TypeMethodDescriptionDefaultTabbyRequestService.buildRefundPaymentRequest
(@NonNull TabbyPaymentRequest tabbyPaymentRequest) TabbyRequestService.buildRefundPaymentRequest
(TabbyPaymentRequest tabbyPaymentRequest) Builds theTabbyRefundPaymentRequest
to refund the payment.