Uses of Class
urn.ebay.apis.eBLBaseComponents.PendingStatusCodeType

Packages that use PendingStatusCodeType
urn.ebay.api.PayPalAPI   
urn.ebay.apis.eBLBaseComponents   
 

Uses of PendingStatusCodeType in urn.ebay.api.PayPalAPI
 

Methods in urn.ebay.api.PayPalAPI that return PendingStatusCodeType
 PendingStatusCodeType DoDirectPaymentResponseType.getPendingReason()
          Getter for pendingReason
 

Methods in urn.ebay.api.PayPalAPI with parameters of type PendingStatusCodeType
 void DoDirectPaymentResponseType.setPendingReason(PendingStatusCodeType pendingReason)
          Setter for pendingReason
 

Uses of PendingStatusCodeType in urn.ebay.apis.eBLBaseComponents
 

Methods in urn.ebay.apis.eBLBaseComponents that return PendingStatusCodeType
static PendingStatusCodeType PendingStatusCodeType.fromValue(String v)
           
 PendingStatusCodeType RefundInfoType.getPendingReason()
          Getter for pendingReason
 PendingStatusCodeType PaymentInfoType.getPendingReason()
          Getter for pendingReason
 PendingStatusCodeType AuthorizationInfoType.getPendingReason()
          Getter for pendingReason
static PendingStatusCodeType PendingStatusCodeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PendingStatusCodeType[] PendingStatusCodeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in urn.ebay.apis.eBLBaseComponents with parameters of type PendingStatusCodeType
 void RefundInfoType.setPendingReason(PendingStatusCodeType pendingReason)
          Setter for pendingReason
 void PaymentInfoType.setPendingReason(PendingStatusCodeType pendingReason)
          Setter for pendingReason
 void AuthorizationInfoType.setPendingReason(PendingStatusCodeType pendingReason)
          Setter for pendingReason
 



Copyright © 2013. All Rights Reserved.