Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.Refund
Packages that use Refund
Package
Description
-
Uses of Refund in com.broadleafcommerce.paypal.micro.domain.api
Methods in com.broadleafcommerce.paypal.micro.domain.api that return types with arguments of type RefundModifier and TypeMethodDescriptionprotected AbstractPayPalResponse<Refund>
PayPalRefundRequest.executeInternal
(String applicationId, String tenantId) Constructors in com.broadleafcommerce.paypal.micro.domain.api with parameters of type Refund -
Uses of Refund in com.broadleafcommerce.paypal.micro.gateway.domain.orders
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders that return types with arguments of type RefundModifier and TypeMethodDescriptionPaymentCollection.getRefunds()
An array of refunds for a purchase unit.Method parameters in com.broadleafcommerce.paypal.micro.gateway.domain.orders with type arguments of type RefundModifier and TypeMethodDescriptionvoid
PaymentCollection.setRefunds
(List<Refund> refunds) An array of refunds for a purchase unit. -
Uses of Refund in com.broadleafcommerce.paypal.micro.gateway.service.provider
Methods in com.broadleafcommerce.paypal.micro.gateway.service.provider that return RefundModifier and TypeMethodDescriptionPayPalApiProvider.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 Refund in com.broadleafcommerce.paypal.micro.gateway.service.provider.external
Methods in com.broadleafcommerce.paypal.micro.gateway.service.provider.external that return RefundModifier and TypeMethodDescriptionExternalPayPalApiProvider.refundCapturedPayment
(@NonNull String captureId, @NonNull Consumer<org.springframework.http.HttpHeaders> headersConsumer, @NonNull RefundRequest request, String applicationId, String tenantId)