Tim Keefer > eBay-API > eBay::API::XML::DataType::OrderTransactionType

Download:
eBay-API-0.25.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View/Report Bugs
Source  

NAME ^

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

DESCRIPTION ^

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 ^

INHERITANCE ^

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

Subroutines: ^

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'

syntax highlighting: