Class PayPalAuthorizeResponse
- java.lang.Object
-
- com.broadleafcommerce.paypal.micro.domain.api.AbstractPayPalResponse<com.paypal.orders.Order>
-
- com.broadleafcommerce.paypal.micro.domain.api.PayPalAuthorizeResponse
-
- All Implemented Interfaces:
PayPalResponse
public class PayPalAuthorizeResponse extends AbstractPayPalResponse<com.paypal.orders.Order>
-
-
Constructor Summary
Constructors Constructor Description PayPalAuthorizeResponse(@NonNull com.paypal.http.HttpResponse<com.paypal.orders.Order> response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.paypal.orders.Authorization
getAuthorization()
-
Methods inherited from class com.broadleafcommerce.paypal.micro.domain.api.AbstractPayPalResponse
getContent, getResponse
-
-