eBay::API::XML::DataType::TransactionArrayType - eBay::API::XML::DataType::TransactionArrayType documentation


eBay-API documentation  | view source Contained in the eBay-API distribution.

Index


NAME

Top

eBay::API::XML::DataType::TransactionArrayType

DESCRIPTION

Top

Contains an array of transactions.

SYNOPSIS

Top

INHERITANCE

Top

eBay::API::XML::DataType::TransactionArrayType inherits from the eBay::API::XML::BaseDataType class

Subroutines:

Top

setTransaction()

Information about one transaction. Also applicable to Half.com (for GetOrders).

SeeLink: URL: http://developer.ebay.com/DevZone/XML/docs/WebHelp/index.htm?context=eBay_XML_API&topic=WorkingWithCombinedPayment Title: Working with Combined Payment

  Calls: AddOrder
  RequiredInput: Yes

# Argument: reference to an array of 'ns:TransactionType'

getTransaction()

  Calls: GetOrders
  Returned: Always
  Details: DetailLevel: none

  Calls: GetOrderTransactions
  Returned: Always
  Details: DetailLevel: none, ItemReturnDescription, ReturnAll

  Calls: GetItemsAwaitingFeedback
  Returned: Conditionally

  Calls: GetItemTransactions
         GetSellerTransactions
  Returned: Conditionally
  Details: DetailLevel: none, ReturnAll

  Calls: GetMyeBayBuying
  Returned: Conditionally
  Details: DetailLevel: none, ReturnSummary, ReturnAll
  Context: WonList
           DeletedFromWonList

  Calls: GetMyeBaySelling
  Returned: Conditionally
  Details: DetailLevel: none, ReturnSummary, ReturnAll
  Context: SoldList
           DeletedFromSoldList

# Returns: reference to an array of 'ns:TransactionType'


eBay-API documentation  | view source Contained in the eBay-API distribution.