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.
Type that uses TransactionArrayType:
Call that uses TransactionArrayType:
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.