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

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

Uses of PaymentStatusCodeType in urn.ebay.api.PayPalAPI
 

Methods in urn.ebay.api.PayPalAPI that return PaymentStatusCodeType
 PaymentStatusCodeType DoDirectPaymentResponseType.getPaymentStatus()
          Getter for paymentStatus
 

Methods in urn.ebay.api.PayPalAPI with parameters of type PaymentStatusCodeType
 void DoDirectPaymentResponseType.setPaymentStatus(PaymentStatusCodeType paymentStatus)
          Setter for paymentStatus
 

Uses of PaymentStatusCodeType in urn.ebay.apis.eBLBaseComponents
 

Methods in urn.ebay.apis.eBLBaseComponents that return PaymentStatusCodeType
static PaymentStatusCodeType PaymentStatusCodeType.fromValue(String v)
           
 PaymentStatusCodeType PaymentInfoType.getPaymentStatus()
          Getter for paymentStatus
 PaymentStatusCodeType AuthorizationInfoType.getPaymentStatus()
          Getter for paymentStatus
 PaymentStatusCodeType RefundInfoType.getRefundStatus()
          Getter for refundStatus
static PaymentStatusCodeType PaymentStatusCodeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PaymentStatusCodeType[] PaymentStatusCodeType.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 PaymentStatusCodeType
 void PaymentInfoType.setPaymentStatus(PaymentStatusCodeType paymentStatus)
          Setter for paymentStatus
 void AuthorizationInfoType.setPaymentStatus(PaymentStatusCodeType paymentStatus)
          Setter for paymentStatus
 void RefundInfoType.setRefundStatus(PaymentStatusCodeType refundStatus)
          Setter for refundStatus
 



Copyright © 2012. All Rights Reserved.