Changes since
the last release

Uses of Class
com.ebay.soap.eBLBaseComponents.TransactionType

Packages that use TransactionType
com.ebay.sdk.call   
com.ebay.soap.eBLBaseComponents   
 

Uses of TransactionType in com.ebay.sdk.call
 

Methods in com.ebay.sdk.call that return TransactionType
 TransactionType[] GetItemTransactionsCall.getEntireItemTransactions()
          Get all item transactions in specified date range.
 TransactionType[] GetSellerTransactionsCall.getEntireSellerTransactions()
          Get all seller transactions in specified date range.
 TransactionType[] GetSellerTransactionsCall.getEntireSellerTransactions(TimeFilter modifiedTimeFilter)
          Get all seller transactions in specified date range.
 TransactionType[] GetItemTransactionsCall.getItemTransactions()
          Retrieves order line item information for a specified ItemID.
 TransactionType[] GetItemTransactionsCall.getItemTransactions(String itemID, TimeFilter modifiedTimeFilter)
          Execute the API call.
 TransactionType[] GetItemsAwaitingFeedbackCall.getReturnedTransaction()
          Gets the returned transaction array within the PaginatedTransactionArrayType.
 TransactionType[] GetSellerTransactionsCall.getReturnedTransactions()
          Valid after executing the API.
 TransactionType[] GetItemTransactionsCall.getReturnedTransactions()
          Valid after executing the API.
 TransactionType[] GetSellerTransactionsCall.getSellerTransactions()
          Retrieves transaction information for the user for which the call is made (and not for any other user), where a transaction is the information about the sale of one or more items by one buyer from a single listing.
 TransactionType[] GetSellerTransactionsCall.getSellerTransactions(TimeFilter modifiedTimeFilter)
          Executes the API.
 

Uses of TransactionType in com.ebay.soap.eBLBaseComponents
 

Fields in com.ebay.soap.eBLBaseComponents declared as TransactionType
protected  TransactionType OrderTransactionType.transaction
           
 

Fields in com.ebay.soap.eBLBaseComponents with type parameters of type TransactionType
protected  List<TransactionType> TransactionArrayType.transaction
           
 

Methods in com.ebay.soap.eBLBaseComponents that return TransactionType
 TransactionType ObjectFactory.createTransactionType()
          Create an instance of TransactionType
 TransactionType[] TransactionArrayType.getTransaction()
           
 TransactionType OrderTransactionType.getTransaction()
          Gets the value of the transaction property.
 TransactionType TransactionArrayType.getTransaction(int idx)
           
 TransactionType TransactionArrayType.setTransaction(int idx, TransactionType value)
           
 

Methods in com.ebay.soap.eBLBaseComponents that return types with arguments of type TransactionType
protected  List<TransactionType> TransactionArrayType._getTransaction()
           
 

Methods in com.ebay.soap.eBLBaseComponents with parameters of type TransactionType
 TransactionType TransactionArrayType.setTransaction(int idx, TransactionType value)
           
 void OrderTransactionType.setTransaction(TransactionType value)
          Sets the value of the transaction property.
 void TransactionArrayType.setTransaction(TransactionType[] values)
           
 


Changes since
the last release

The information contained in this document is proprietary and confidential. Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc. For information regarding a qualifying NDA, contact Developer Relations: developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.