Uses of Class
org.broadleafcommerce.vendor.paypal.service.payment.message.PayPalErrorResponse

Packages that use PayPalErrorResponse
org.broadleafcommerce.vendor.paypal.service.payment.message   
org.broadleafcommerce.vendor.paypal.service.payment.message.details   
org.broadleafcommerce.vendor.paypal.service.payment.message.payment   
 

Uses of PayPalErrorResponse in org.broadleafcommerce.vendor.paypal.service.payment.message
 

Methods in org.broadleafcommerce.vendor.paypal.service.payment.message that return types with arguments of type PayPalErrorResponse
 List<PayPalErrorResponse> ErrorCheckable.getErrorResponses()
           
 

Method parameters in org.broadleafcommerce.vendor.paypal.service.payment.message with type arguments of type PayPalErrorResponse
 void ErrorCheckable.setErrorResponses(List<PayPalErrorResponse> errorResponses)
           
 

Uses of PayPalErrorResponse in org.broadleafcommerce.vendor.paypal.service.payment.message.details
 

Fields in org.broadleafcommerce.vendor.paypal.service.payment.message.details with type parameters of type PayPalErrorResponse
protected  List<PayPalErrorResponse> PayPalDetailsResponse.errorResponses
           
 

Methods in org.broadleafcommerce.vendor.paypal.service.payment.message.details that return types with arguments of type PayPalErrorResponse
 List<PayPalErrorResponse> PayPalDetailsResponse.getErrorResponses()
           
 

Method parameters in org.broadleafcommerce.vendor.paypal.service.payment.message.details with type arguments of type PayPalErrorResponse
 void PayPalDetailsResponse.setErrorResponses(List<PayPalErrorResponse> errorResponses)
           
 

Uses of PayPalErrorResponse in org.broadleafcommerce.vendor.paypal.service.payment.message.payment
 

Fields in org.broadleafcommerce.vendor.paypal.service.payment.message.payment with type parameters of type PayPalErrorResponse
protected  List<PayPalErrorResponse> PayPalPaymentResponse.errorResponses
           
 

Methods in org.broadleafcommerce.vendor.paypal.service.payment.message.payment that return types with arguments of type PayPalErrorResponse
 List<PayPalErrorResponse> PayPalPaymentResponse.getErrorResponses()
           
 

Method parameters in org.broadleafcommerce.vendor.paypal.service.payment.message.payment with type arguments of type PayPalErrorResponse
 void PayPalPaymentResponse.setErrorResponses(List<PayPalErrorResponse> errorResponses)
           
 



Copyright © 2012. All Rights Reserved.