Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.payments.CaptureRequest
-
-
Uses of CaptureRequest in com.broadleafcommerce.paypal.micro.domain.api
Methods in com.broadleafcommerce.paypal.micro.domain.api that return CaptureRequest Modifier and Type Method Description protected CaptureRequest
PayPalCaptureAuthRequest. getCaptureRequest()
Constructors in com.broadleafcommerce.paypal.micro.domain.api with parameters of type CaptureRequest Constructor Description PayPalCaptureAuthRequest(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 CaptureRequest Modifier and Type Method Description Capture
PayPalApiProvider. 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 CaptureRequest Modifier and Type Method Description Capture
ExternalPayPalApiProvider. captureAuthorizedPayment(@NonNull String authorizationId, @NonNull Consumer<org.springframework.http.HttpHeaders> headersConsumer, @NonNull CaptureRequest request, String applicationId, String tenantId)
-