Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.Capture
Packages that use Capture
Package
Description
-
Uses of Capture in com.broadleafcommerce.paypal.micro.domain.api
Methods in com.broadleafcommerce.paypal.micro.domain.api that return types with arguments of type CaptureModifier and TypeMethodDescriptionPayPalCaptureAuthRequest.executeInternal
(String applicationId, String tenantId) Constructors in com.broadleafcommerce.paypal.micro.domain.api with parameters of type Capture -
Uses of Capture in com.broadleafcommerce.paypal.micro.gateway.domain.orders
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders that return types with arguments of type CaptureModifier and TypeMethodDescriptionPaymentCollection.getCaptures()
An array of captured payments for a purchase unit.Method parameters in com.broadleafcommerce.paypal.micro.gateway.domain.orders with type arguments of type CaptureModifier and TypeMethodDescriptionvoid
PaymentCollection.setCaptures
(List<Capture> captures) An array of captured payments for a purchase unit. -
Uses of Capture in com.broadleafcommerce.paypal.micro.gateway.service.provider
Methods in com.broadleafcommerce.paypal.micro.gateway.service.provider that return CaptureModifier and TypeMethodDescriptionPayPalApiProvider.captureAuthorizedPayment
(@NonNull String authorizationId, @NonNull Consumer<org.springframework.http.HttpHeaders> headersConsumer, @NonNull CaptureRequest request, String applicationId, String tenantId) Captures an authorized payment, by ID. -
Uses of Capture in com.broadleafcommerce.paypal.micro.gateway.service.provider.external
Methods in com.broadleafcommerce.paypal.micro.gateway.service.provider.external that return CaptureModifier and TypeMethodDescriptionExternalPayPalApiProvider.captureAuthorizedPayment
(@NonNull String authorizationId, @NonNull Consumer<org.springframework.http.HttpHeaders> headersConsumer, @NonNull CaptureRequest request, String applicationId, String tenantId)