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