PaymentDetailType

Type defining the paymentDetail container, which consists of one or more moneyMovement containers and the current balance due (if any) from the seller to the buyer or to eBay.

Types that use PaymentDetailType:

Call that uses one or more fields of PaymentDetailType:

Fields

balanceDue ( Amount (double) ) [0..1]
The current balance due from the seller to the buyer or to eBay. If no balance is due from the seller, it is returned as 0.00.
See the Field Index to learn which calls use balanceDue.

moneyMovement ( MoneyMovementDetailType ) [0..*]
Container consisting of the details of a money movement transaction. There can be more than one moneyMovement node returned in the getEBPCaseDetail response. Details in each moneyMovement node include the transaction type, the amount, the payer and payee, the date, the payment method, and the PayPal transaction ID (if the payment method is PayPal).
See the Field Index to learn which calls use moneyMovement.

Copyright © 2010–2012 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developer Network and API License Agreement.