Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.Capture
-
-
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 Capture Modifier and Type Method Description AbstractPayPalResponse<Capture>
PayPalCaptureAuthRequest. executeInternal(String applicationId, String tenantId)
Constructors in com.broadleafcommerce.paypal.micro.domain.api with parameters of type Capture Constructor Description PayPalCaptureAuthResponse(@NonNull Capture response)
-
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 Capture Modifier and Type Method Description List<Capture>
PaymentCollection. 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 Capture Modifier and Type Method Description void
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 Capture 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 Capture in com.broadleafcommerce.paypal.micro.gateway.service.provider.external
Methods in com.broadleafcommerce.paypal.micro.gateway.service.provider.external that return Capture 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)
-