Uses of Class
org.broadleafcommerce.vendor.paypal.service.payment.type.PayPalPaymentStatusType

Packages that use PayPalPaymentStatusType
org.broadleafcommerce.vendor.paypal.service.payment.message.payment   
org.broadleafcommerce.vendor.paypal.service.payment.type   
 

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

Fields in org.broadleafcommerce.vendor.paypal.service.payment.message.payment declared as PayPalPaymentStatusType
protected  PayPalPaymentStatusType PayPalPaymentInfo.paymentStatusType
           
 

Methods in org.broadleafcommerce.vendor.paypal.service.payment.message.payment that return PayPalPaymentStatusType
 PayPalPaymentStatusType PayPalPaymentInfo.getPaymentStatusType()
           
 

Methods in org.broadleafcommerce.vendor.paypal.service.payment.message.payment with parameters of type PayPalPaymentStatusType
 void PayPalPaymentInfo.setPaymentStatusType(PayPalPaymentStatusType paymentStatusType)
           
 

Uses of PayPalPaymentStatusType in org.broadleafcommerce.vendor.paypal.service.payment.type
 

Fields in org.broadleafcommerce.vendor.paypal.service.payment.type declared as PayPalPaymentStatusType
static PayPalPaymentStatusType PayPalPaymentStatusType.CANCELEDREVERSAL
           
static PayPalPaymentStatusType PayPalPaymentStatusType.COMPLETED
           
static PayPalPaymentStatusType PayPalPaymentStatusType.COMPLETEDFUNDSHELD
           
static PayPalPaymentStatusType PayPalPaymentStatusType.DENIED
           
static PayPalPaymentStatusType PayPalPaymentStatusType.EXPIRED
           
static PayPalPaymentStatusType PayPalPaymentStatusType.FAILED
           
static PayPalPaymentStatusType PayPalPaymentStatusType.INPROGRESS
           
static PayPalPaymentStatusType PayPalPaymentStatusType.NONE
           
static PayPalPaymentStatusType PayPalPaymentStatusType.PARTIALLYREFUNDED
           
static PayPalPaymentStatusType PayPalPaymentStatusType.PENDING
           
static PayPalPaymentStatusType PayPalPaymentStatusType.PROCESSED
           
static PayPalPaymentStatusType PayPalPaymentStatusType.REFUNDED
           
static PayPalPaymentStatusType PayPalPaymentStatusType.REVERSED
           
static PayPalPaymentStatusType PayPalPaymentStatusType.VOIDED
           
 

Methods in org.broadleafcommerce.vendor.paypal.service.payment.type that return PayPalPaymentStatusType
static PayPalPaymentStatusType PayPalPaymentStatusType.getInstance(String type)
           
 



Copyright © 2012. All Rights Reserved.