RefundInfoType
This type is used by the refundInfo container, which provides detailed information on the estimated and actual refund amounts, and on and any provisional refund issued for the return.
Type that uses RefundInfoType:
Calls that use RefundInfoType:
Fields
actualRefundDetail ( ActualRefundDetailType ) [0..?]
This container shows the itemized refund information after the seller issues a refund to the buyer. This container is only returned if the seller has issued a refund to the buyer. Until the refund is actually successfully processed, only information on the estimated refund may be seen in the estimatedRefundDetail container.
See the Field Index to learn which calls use actualRefundDetail.
estimatedRefundDetail ( EstimatedRefundDetailType ) [0..?]
This container shows estimated refund information for the buyer. There will be one itemizedRefundDetail container returned under this container for each refund fee type (such as purchase price and original shipping).
See the Field Index to learn which calls use estimatedRefundDetail.
provisionalRefund ( ProvisionalRefundType ) [0..?]
This container indicates whether a provisional refund was issued to the buyer before return creation and later reversed. This container is only returned when applicable. For the Create Return call, this container may be returned only when the fieldgroups query parameter is set to
FULL (the full response uses the same return detail type returned by the Get Return call).
See the Field Index to learn which calls use provisionalRefund.