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