Uses of Class
com.bhn.payment.common.models.RefundRequest
Packages that use RefundRequest
Package
Description
-
Uses of RefundRequest in com.bhn.payment.http.feign.client.paymentplus
Methods in com.bhn.payment.http.feign.client.paymentplus with parameters of type RefundRequestModifier and TypeMethodDescriptionPaymentPlusClient.refund(Map<String, Object> headers, RefundRequest refundRequest) refund. -
Uses of RefundRequest in com.bhn.payment.http.feign.client.paymentplus.helper
Methods in com.bhn.payment.http.feign.client.paymentplus.helper with parameters of type RefundRequestModifier and TypeMethodDescriptionPaymentPlusClientHelper.refund(RefundRequest refundRequest) refund. -
Uses of RefundRequest in com.bhn.payment.service
Methods in com.bhn.payment.service with parameters of type RefundRequestModifier and TypeMethodDescriptionIPaymentService.refund(RefundRequest refundRequest) refund.PaymentService.refund(RefundRequest refundRequest) throws PaymentException refund. -
Uses of RefundRequest in com.bhn.payment.service.handlers
Methods in com.bhn.payment.service.handlers with parameters of type RefundRequestModifier and TypeMethodDescriptionIPaymentHandler.refund(RefundRequest refundRequest, ProcessingMetaData processingMetaData) refund. -
Uses of RefundRequest in com.bhn.payment.service.handlers.fm
Methods in com.bhn.payment.service.handlers.fm with parameters of type RefundRequestModifier and TypeMethodDescriptionCSPFundingHandler.refund(RefundRequest refundRequest, ProcessingMetaData processingMetaData) refund. -
Uses of RefundRequest in com.bhn.payment.service.handlers.paymentplus
Methods in com.bhn.payment.service.handlers.paymentplus with parameters of type RefundRequestModifier and TypeMethodDescriptionPaymentPlusHandler.refund(RefundRequest refundRequest, ProcessingMetaData processingMetaData) refund.