Class PayPalAuthorizationRetrievalResponse

java.lang.Object
org.broadleafcommerce.vendor.paypal.service.payment.PayPalAuthorizationRetrievalResponse
All Implemented Interfaces:
PayPalResponse

public class PayPalAuthorizationRetrievalResponse extends Object implements PayPalResponse
  • Field Details

    • authorization

      protected com.paypal.api.payments.Authorization authorization
  • Constructor Details

    • PayPalAuthorizationRetrievalResponse

      public PayPalAuthorizationRetrievalResponse(com.paypal.api.payments.Authorization authorization)
  • Method Details

    • getAuthorization

      public com.paypal.api.payments.Authorization getAuthorization()