eBay::API::XML::DataType::OrderTransactionType - eBay::API::XML::DataType::OrderTransactionType documentation


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

Index


NAME

Top

eBay::API::XML::DataType::OrderTransactionType

DESCRIPTION

Top

Contains an order or a transaction. A transaction is the sale of one or more items from a seller's listing to a buyer. An order combines two or more transactions into a single payment.

SYNOPSIS

Top

INHERITANCE

Top

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

Subroutines:

Top

setOrder()

Contains the information describing an order.

# Argument: 'ns:OrderType'

getOrder()

  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: 'ns:OrderType'

setTransaction()

Contains the information describing a transaction.

# Argument: 'ns:TransactionType'

getTransaction()

  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: 'ns:TransactionType'


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