Uses of Class
com.broadleafcommerce.paypal.micro.domain.api.AbstractPayPalResponse
Packages that use AbstractPayPalResponse
-
Uses of AbstractPayPalResponse in com.broadleafcommerce.paypal.micro.domain.api
Subclasses of AbstractPayPalResponse in com.broadleafcommerce.paypal.micro.domain.apiModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
Methods in com.broadleafcommerce.paypal.micro.domain.api that return AbstractPayPalResponseModifier and TypeMethodDescriptionprotected abstract AbstractPayPalResponse<RES>
AbstractPayPalRequest.executeInternal
(String applicationId, String tenantId) Executes the configured request using thePayPalApiProvider
.protected AbstractPayPalResponse<Authorization>
PayPalAuthorizationRetrievalRequest.executeInternal
(String applicationId, String tenantId) PayPalAuthorizeRequest.executeInternal
(String applicationId, String tenantId) PayPalCaptureAuthRequest.executeInternal
(String applicationId, String tenantId) protected AbstractPayPalResponse<Order>
PayPalCaptureOrderRequest.executeInternal
(String applicationId, String tenantId) protected AbstractPayPalResponse<Order>
PayPalCreateOrderRequest.executeInternal
(String applicationId, String tenantId) protected AbstractPayPalResponse<Order>
PayPalOrderRetrievalRequest.executeInternal
(String applicationId, String tenantId) protected AbstractPayPalResponse<Refund>
PayPalRefundRequest.executeInternal
(String applicationId, String tenantId) protected AbstractPayPalResponse<Void>
PayPalUpdateOrderRequest.executeInternal
(String applicationId, String tenantId) protected AbstractPayPalResponse<Void>
PayPalVoidAuthRequest.executeInternal
(String applicationId, String tenantId)