TransactionArrayType
Type defining the TransactionArray container, which contains an array of Transaction containers. Each Transaction container consists of detailed information on one order line item.
Types that use TransactionArrayType:
GetItemTransactionsResponseType, GetSellerTransactionsResponseType, OrderType, PaginatedTransactionArrayType
Calls that use TransactionArrayType:
AddOrder, GetItemsAwaitingFeedback, GetItemTransactions, GetMyeBayBuying, GetMyeBaySelling, GetOrders, GetSellerTransactions
Field
Transaction ( TransactionType ) [0..*]
A Transaction container is returned for each line item in the order. This container consists of detailed information on one order line item.
For the AddOrder call, a Transaction container is used to identified the unpaid order line items that are being combined into one Combined Invoice order.
For the AddOrder call, a Transaction container is used to identified the unpaid order line items that are being combined into one Combined Invoice order.
See the Field Index to learn which calls use Transaction.