ResponseHistoryAttributesType

Type defining the responseHistory.attributes container, which consists of three possible child fields to indicate if there is a money movement transaction or an appeal associated with the case activity, or if the case has been put on hold.

Types that use ResponseHistoryAttributesType:

Call that uses one or more fields of ResponseHistoryAttributesType:

Fields

appealRef ( ~appealRef ) [0..1]
This field only appears under the caseDetail.responseHistory.attributes container if there is an appeal related to the case activity.
See the Field Index to learn which calls use appealRef.

moneyMovementRef ( ~moneyMovementRef ) [0..1]
This field only appears under the caseDetail.responseHistory.attributes container if there is a money movement transaction related to the case activity.
See the Field Index to learn which calls use moneyMovementRef.

onholdReason ( token ) [0..1]
If an eBay Buyer Protection case is put on hold, this field is returned as a code value.

Note: This field is in the process of being deprecated. To reference the case activity, view the onholdReasonDetail container instead.
See the Field Index to learn which calls use onholdReason.

onholdReasonDetail ( OnHoldReasonDetailType (EnumerationDetailType) ) [0..1]
If an eBay Buyer Protection case is put on hold, this container is returned under responseHistory.attributes. This container consists of the code value and description of the reason why the case is on hold. This field can be considered an alternative to onholdReason, which only returns a code value.
See the Field Index to learn which calls use onholdReasonDetail.

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.