| Package | Description |
|---|---|
| org.broadleafcommerce.payment.service.gateway | |
| org.broadleafcommerce.vendor.paypal.service.payment |
| Modifier and Type | Method and Description |
|---|---|
<T extends PayPalResponse> |
ExternalCallPayPalCheckoutService.call(PayPalRequest paymentRequest,
Class<T> responseType)
Makes a request to PayPal
|
<T extends PayPalResponse> |
ExternalCallPayPalCheckoutServiceImpl.call(PayPalRequest paymentRequest,
Class<T> responseType) |
| Modifier and Type | Method and Description |
|---|---|
PayPalResponse |
ExternalCallPayPalCheckoutServiceImpl.communicateWithVendor(PayPalRequest paymentRequest) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPayPalResponse<T>
Represents a wrapper around the
HttpResponse that results from an executed
AbstractPayPalRequest. |
class |
PayPalAuthorizationRetrievalResponse |
class |
PayPalAuthorizeResponse |
class |
PayPalCaptureAuthResponse |
class |
PayPalCaptureOrderResponse |
class |
PayPalCaptureRetrievalResponse |
class |
PayPalCreateOrderResponse |
class |
PayPalOrderRetrievalResponse |
class |
PayPalReAuthorizeResponse |
class |
PayPalRefundResponse |
class |
PayPalUpdateOrderResponse |
class |
PayPalVoidAuthResponse |
| Modifier and Type | Method and Description |
|---|---|
PayPalResponse |
AbstractPayPalRequest.execute() |
PayPalResponse |
PayPalRequest.execute()
Executes this request if valid.
|
Copyright © 2021. All rights reserved.