Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.payments.CaptureRequest
Packages that use CaptureRequest
Package
Description
-
Uses of CaptureRequest in com.broadleafcommerce.paypal.micro.domain.api
Methods in com.broadleafcommerce.paypal.micro.domain.api that return CaptureRequestModifier and TypeMethodDescriptionprotected CaptureRequest
PayPalCaptureAuthRequest.getCaptureRequest()
Constructors in com.broadleafcommerce.paypal.micro.domain.api with parameters of type CaptureRequestModifierConstructorDescriptionPayPalCaptureAuthRequest
(PayPalApiProvider apiProvider, com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest, CaptureRequest captureRequest, String authId) -
Uses of CaptureRequest in com.broadleafcommerce.paypal.micro.gateway.service.provider
Methods in com.broadleafcommerce.paypal.micro.gateway.service.provider with parameters of type CaptureRequestModifier 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 CaptureRequest in com.broadleafcommerce.paypal.micro.gateway.service.provider.external
Methods in com.broadleafcommerce.paypal.micro.gateway.service.provider.external with parameters of type CaptureRequestModifier and TypeMethodDescriptionExternalPayPalApiProvider.captureAuthorizedPayment
(@NonNull String authorizationId, @NonNull Consumer<org.springframework.http.HttpHeaders> headersConsumer, @NonNull CaptureRequest request, String applicationId, String tenantId)