CaseSummaryType
Type that defines the caseSummary container which is returned in the getUserCases and getEBPCaseDetail calls. information on all cases returned via .
Types that use CaseSummaryType:
Calls that use CaseSummaryType:
Fields
caseId ( CaseIdType )
caseQuantity ( int )
creationDate ( dateTime )
status ( CaseStatusType )
user ( CaseUserType )
The amount of money involved in the case.
See the Field Index to learn which calls use caseAmount.
caseId ( CaseIdType ) [1]
This container identifies a dispute case between the buyer and seller.
See the Field Index to learn which calls use caseId.
This value indicates the quantity of items in the transaction related to the case. This value is usually '1' unless a buyer bought multiple items at the same time from the same fixed-priced listing.
See the Field Index to learn which calls use caseQuantity.
Timestamp indicating the date that the case was opened.
See the Field Index to learn which calls use creationDate.
A container consisting of details on the item associated with the case.
See the Field Index to learn which calls use item.
Timestamp indicating the date on which the case was last modified. A case is considered modified if the status value changes.
See the Field Index to learn which calls use lastModifiedDate.
otherParty ( CaseUserType ) [1]
The role (e.g. buyer, seller) of the other party involved in the case.
See the Field Index to learn which calls use otherParty.
The date by which the next action in the case must be made either by the user (caller) or other party involved in the case. This field is only returned if a response or payment is due from the user or the other party involved in the case.
See the Field Index to learn which calls use respondByDate.
status ( CaseStatusType ) [1]
Container holding the status of the case. The field appearing under this container is dependent on the case type. For getEBPCaseDetail, only the EBPINRStatus or EBPSNADStatus fields may be returned under the caseSummary.status field.
See the Field Index to learn which calls use status.
user ( CaseUserType ) [1]
The role (e.g. buyer, seller) of the user making the call.
See the Field Index to learn which calls use user.