eBay Post-Order APIVersion 2.7.7
 

ActualRefundDetail

This type is used to provide details about buyer refund information for an order cancellation request.

Type that uses ActualRefundDetail:

Call that uses ActualRefundDetail:

Fields



actualRefund ( ActualRefund ) [0..?]
This container shows the total amount of the buyer refund that has been issued for the cancelled order. If a refund has not occured yet, this container will not be returned.
See the Field Index to learn which calls use actualRefund.

fundings ( array of RefundFundingType ) [0..?]
This array shows one or more seller payment sources used for the buyer refund.
See the Field Index to learn which calls use fundings.

netChargeAmount ( Amount ) [0..?]
This container shows the total amount charged to the seller for this refund. The value will be in the seller's default currency.
See the Field Index to learn which calls use netChargeAmount.

outstandingAmount ( Amount ) [0..?]
This container shows any outstanding dollar amount that is still due to the buyer for the refund. If a full refund has been successfully issued to the buyer, this value should be 0.0.
See the Field Index to learn which calls use outstandingAmount.

refundIssuedDate ( DateTime ) [0..?]
The timestamp in this container indicates the date and time when the refund was issued to the buyer. This field will not be returned if a buyer refund has not occurred yet.
See the Field Index to learn which calls use refundIssuedDate.

refundStatus ( string ) [0..?]
This enumeration value indicates the current status of the refund for the cancelled order. The value in this field should be SUCCESS if the refund has been successfully issued to the buyer.

The list of enumeration values that may be returned in this field are defined in the MoneyMovementStatusEnum type definition.
See the Field Index to learn which calls use refundStatus.