Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.payments.RefundRequest
-
-
Uses of RefundRequest in com.broadleafcommerce.paypal.micro.domain.api
Methods in com.broadleafcommerce.paypal.micro.domain.api that return RefundRequest Modifier and Type Method Description protected RefundRequest
PayPalRefundRequest. getRefundRequest()
Constructors in com.broadleafcommerce.paypal.micro.domain.api with parameters of type RefundRequest Constructor Description PayPalRefundRequest(PayPalApiProvider apiProvider, com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest, RefundRequest refundRequest, String captureId)
-
Uses of RefundRequest in com.broadleafcommerce.paypal.micro.gateway.service.provider
Methods in com.broadleafcommerce.paypal.micro.gateway.service.provider with parameters of type RefundRequest Modifier and Type Method Description Refund
PayPalApiProvider. refundCapturedPayment(@NonNull String captureId, @NonNull Consumer<org.springframework.http.HttpHeaders> headersConsumer, @NonNull RefundRequest request, String applicationId, String tenantId)
Refunds a captured payment, by ID. -
Uses of RefundRequest in com.broadleafcommerce.paypal.micro.gateway.service.provider.external
Methods in com.broadleafcommerce.paypal.micro.gateway.service.provider.external with parameters of type RefundRequest Modifier and Type Method Description Refund
ExternalPayPalApiProvider. refundCapturedPayment(@NonNull String captureId, @NonNull Consumer<org.springframework.http.HttpHeaders> headersConsumer, @NonNull RefundRequest request, String applicationId, String tenantId)
-