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

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

Uses of RefundType in urn.ebay.api.PayPalAPI
 

Methods in urn.ebay.api.PayPalAPI that return RefundType
 RefundType RefundTransactionRequestType.getRefundType()
          Getter for refundType
 

Methods in urn.ebay.api.PayPalAPI with parameters of type RefundType
 void RefundTransactionRequestType.setRefundType(RefundType refundType)
          Setter for refundType
 

Uses of RefundType in urn.ebay.apis.eBLBaseComponents
 

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



Copyright © 2012. All Rights Reserved.