eBay Return Management APIVersion 1.1.0
 

RefundInfoType

Type defining the refundInfo container, which consists of details and values related to estimated, actual, and itemized refunds to the buyer.

Type that uses RefundInfoType:

Call that uses RefundInfoType:

Fields

actualRefundDetail ( ActualRefundDetailType ) [0..1]
Container consisting of the actual amount of a seller's refund to the buyer. The actualRefundDetail container will contain one itemizedRefund container for each refund fee type issued to the buyer (such as purchase price or original shipping). Similarly, one itemizedOptionalRefund container will be present for each optional refund fee type that a seller can issue to a buyer.
See the Field Index to learn which calls use actualRefundDetail.

estimatedRefundDetail ( EstimatedRefundDetailType ) [1]
Container consisting of the estimated amount of a seller's refund to the buyer. The estimatedRefundDetail container will contain one itemizedRefund container for each refund fee type due to the buyer (such as purchase price or original shipping). Similarly, if the seller elects to issue additional refund(s) beyond what is required, one itemizedOptionalRefund container will be present for each optional refund issued to the buyer.
See the Field Index to learn which calls use estimatedRefundDetail.

refundDue ( dateTime ) [0..1]
This field indicates the refund due date, and will only appear if a refund to the buyer has not been issued by the seller.
See the Field Index to learn which calls use refundDue.