Trading_DisputeType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_DisputeType.h Trading_DisputeType.m |
Tasks
-
disputeIDThe unique identifier of an eBay dispute.
property -
disputeRecordTypeA value to indicate the type of dispute.
property -
disputeStateThe internal state of the dispute. The value determines
property
which values of DisputeActivity are valid when responding
to a dispute. -
disputeStatusThe status of the dispute, which provides additional
property
information about the dispute state. -
otherPartyRoleThe role of the person involved in the dispute who is
property
not taking action or requesting information. The role is
either Buyer or Seller. -
otherPartyNameThe user name of the person involved in the dispute who
property
is not taking action or requesting information. -
userRoleThe role of the person involved in the dispute who is taking action or
property
requesting information. The role is either Buyer or Seller. -
buyerUserIDThe eBay user ID of the buyer involved in the dispute.
property -
sellerUserIDThe eBay user ID of the seller involved in the dispute.
property -
transactionIDThe unique identifier of the order line item (transaction) under dispute. An
property
order line item is created once there is a commitment from a
buyer to purchase an item. In the case of GetDispute and GetUserDisputes
responses, this value identifies the order line item involved in the
dispute. -
itemContainer consisting of high-level details about the item involved in the
property
dispute. -
disputeReasonThe top-level reason for the dispute. The value of DisputeReason
property
determines which values of DisputeExplanation are valid.
See DisputeExplanationCodeList for details. -
disputeExplanationThe detailed explanation for the dispute. Valid values
property
depend on the value of DisputeReason. See DisputeExplanationCodeList
for details. -
disputeCreditEligibilityA value to indicate whether or not the seller is currently eligible for a Final Value Fee credit. This tag
property
only indicates credit eligibility and does not mean that the case can be
closed. (Credit eligibility determines whether the seller gets the Final Value
Fee back when the dispute is closed.) The value is usually eligible until 4
days (for new flow) or 7 days (for old flow) after the dispute was created
unless the dispute is closed with buyer payment or Final Value Fee credit has
already been granted. -
disputeCreatedTimeThe date and time the dispute was created, in GMT.
property -
disputeModifiedTimeThe date and time the dispute was modified, in GMT.
property -
disputeResolutionThe action resulting from the dispute resolution. The
property
action might include a Final Value Fee credit to the seller, a strike
to the buyer, a reversal, or an appeal. -
disputeMessageA response or message posted to a dispute, either by
property
an application or by a user on the eBay site. -
escalationWhether the buyer can close a dispute unhappy and escalate it
property
to the eBay Standard Purchase Protection Program. To escalate, the buyer
must be eligible for the PPP. Used in Item Not Received disputes. -
purchaseProtectionWhether the buyer is eligible for the eBay Standard Purchase Protection
property
Program. The eligibility rules are described in the eBay site online help.
Used in Item Not Received disputes. -
orderLineItemID<b>OrderLineItemID</b> is a unique identifier for an eBay order line item and isbased upon the concatenation of ItemID and TransactionID, with a hyphen in
property
between these two IDs. In the case of GetDispute and GetUserDisputes
responses, this value identifies the order line item involved in the
dispute.
-
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_DisputeType.hbuyerUserID
The eBay user ID of the buyer involved in the dispute.
@property (nonatomic, retain) NSString *buyerUserIDDiscussion
The eBay user ID of the buyer involved in the dispute.
type : NSString, wrapper for primitive string
Declared In
Trading_DisputeType.hdisputeCreatedTime
The date and time the dispute was created, in GMT.
@property (nonatomic, retain) NSDate *disputeCreatedTimeDiscussion
The date and time the dispute was created, in GMT.
type : NSDate, wrapper for primitive date
Declared In
Trading_DisputeType.hdisputeCreditEligibility
A value to indicate whether or not the seller is currently eligible for a Final Value Fee credit. This tag
only indicates credit eligibility and does not mean that the case can be
closed. (Credit eligibility determines whether the seller gets the Final Value
Fee back when the dispute is closed.) The value is usually eligible until 4
days (for new flow) or 7 days (for old flow) after the dispute was created
unless the dispute is closed with buyer payment or Final Value Fee credit has
already been granted.
@property (nonatomic, retain) NSString *disputeCreditEligibilityDiscussion
A value to indicate whether or not the seller is currently eligible for a Final Value Fee credit. This tag
only indicates credit eligibility and does not mean that the case can be
closed. (Credit eligibility determines whether the seller gets the Final Value
Fee back when the dispute is closed.) The value is usually eligible until 4
days (for new flow) or 7 days (for old flow) after the dispute was created
unless the dispute is closed with buyer payment or Final Value Fee credit has
already been granted.
type: string constant in Trading_DisputeCreditEligibilityCodeType.h
Declared In
Trading_DisputeType.hdisputeExplanation
The detailed explanation for the dispute. Valid values
depend on the value of DisputeReason. See DisputeExplanationCodeList
for details.
@property (nonatomic, retain) NSString *disputeExplanationDiscussion
The detailed explanation for the dispute. Valid values
depend on the value of DisputeReason. See DisputeExplanationCodeList
for details.
type: string constant in Trading_DisputeExplanationCodeType.h
Declared In
Trading_DisputeType.hdisputeID
The unique identifier of an eBay dispute.
@property (nonatomic, retain) NSString *disputeIDDiscussion
The unique identifier of an eBay dispute.
type : NSString, wrapper for primitive string
Declared In
Trading_DisputeType.hdisputeMessage
A response or message posted to a dispute, either by
an application or by a user on the eBay site.
@property (nonatomic, retain) NSMutableArray *disputeMessageDiscussion
A response or message posted to a dispute, either by
an application or by a user on the eBay site.
entry type : class Trading_DisputeMessageType
Declared In
Trading_DisputeType.hdisputeModifiedTime
The date and time the dispute was modified, in GMT.
@property (nonatomic, retain) NSDate *disputeModifiedTimeDiscussion
The date and time the dispute was modified, in GMT.
type : NSDate, wrapper for primitive date
Declared In
Trading_DisputeType.hdisputeReason
The top-level reason for the dispute. The value of DisputeReason
determines which values of DisputeExplanation are valid.
See DisputeExplanationCodeList for details.
@property (nonatomic, retain) NSString *disputeReasonDiscussion
The top-level reason for the dispute. The value of DisputeReason
determines which values of DisputeExplanation are valid.
See DisputeExplanationCodeList for details.
type: string constant in Trading_DisputeReasonCodeType.h
Declared In
Trading_DisputeType.hdisputeRecordType
A value to indicate the type of dispute.
@property (nonatomic, retain) NSString *disputeRecordTypeDiscussion
A value to indicate the type of dispute.
type: string constant in Trading_DisputeRecordTypeCodeType.h
Declared In
Trading_DisputeType.hdisputeResolution
The action resulting from the dispute resolution. The
action might include a Final Value Fee credit to the seller, a strike
to the buyer, a reversal, or an appeal.
@property (nonatomic, retain) NSMutableArray *disputeResolutionDiscussion
The action resulting from the dispute resolution. The
action might include a Final Value Fee credit to the seller, a strike
to the buyer, a reversal, or an appeal.
entry type : class Trading_DisputeResolutionType
Declared In
Trading_DisputeType.hdisputeState
The internal state of the dispute. The value determines
which values of DisputeActivity are valid when responding
to a dispute.
@property (nonatomic, retain) NSString *disputeStateDiscussion
The internal state of the dispute. The value determines
which values of DisputeActivity are valid when responding
to a dispute.
type: string constant in Trading_DisputeStateCodeType.h
Declared In
Trading_DisputeType.hdisputeStatus
The status of the dispute, which provides additional
information about the dispute state.
@property (nonatomic, retain) NSString *disputeStatusDiscussion
The status of the dispute, which provides additional
information about the dispute state.
type: string constant in Trading_DisputeStatusCodeType.h
Declared In
Trading_DisputeType.hescalation
Whether the buyer can close a dispute unhappy and escalate it
to the eBay Standard Purchase Protection Program. To escalate, the buyer
must be eligible for the PPP. Used in Item Not Received disputes.
@property (nonatomic, retain) NSNumber *escalationDiscussion
Whether the buyer can close a dispute unhappy and escalate it
to the eBay Standard Purchase Protection Program. To escalate, the buyer
must be eligible for the PPP. Used in Item Not Received disputes.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_DisputeType.hitem
Container consisting of high-level details about the item involved in the
dispute.
@property (nonatomic, retain) Trading_ItemType *itemDiscussion
Container consisting of high-level details about the item involved in the
dispute.
type : class Trading_ItemType
Declared In
Trading_DisputeType.horderLineItemID
<b>OrderLineItemID</b> is a unique identifier for an eBay order line item and is
based upon the concatenation of ItemID and TransactionID, with a hyphen in
between these two IDs. In the case of GetDispute and GetUserDisputes
responses, this value identifies the order line item involved in the
dispute.
@property (nonatomic, retain) NSString *orderLineItemIDDiscussion
<b>OrderLineItemID</b> is a unique identifier for an eBay order line item and is
based upon the concatenation of ItemID and TransactionID, with a hyphen in
between these two IDs. In the case of GetDispute and GetUserDisputes
responses, this value identifies the order line item involved in the
dispute.
type : NSString, wrapper for primitive string
Declared In
Trading_DisputeType.hotherPartyName
The user name of the person involved in the dispute who
is not taking action or requesting information.
@property (nonatomic, retain) NSString *otherPartyNameDiscussion
The user name of the person involved in the dispute who
is not taking action or requesting information.
type : NSString, wrapper for primitive string
Declared In
Trading_DisputeType.hotherPartyRole
The role of the person involved in the dispute who is
not taking action or requesting information. The role is
either Buyer or Seller.
@property (nonatomic, retain) NSString *otherPartyRoleDiscussion
The role of the person involved in the dispute who is
not taking action or requesting information. The role is
either Buyer or Seller.
type: string constant in Trading_TradingRoleCodeType.h
Declared In
Trading_DisputeType.hpurchaseProtection
Whether the buyer is eligible for the eBay Standard Purchase Protection
Program. The eligibility rules are described in the eBay site online help.
Used in Item Not Received disputes.
@property (nonatomic, retain) NSNumber *purchaseProtectionDiscussion
Whether the buyer is eligible for the eBay Standard Purchase Protection
Program. The eligibility rules are described in the eBay site online help.
Used in Item Not Received disputes.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_DisputeType.hsellerUserID
The eBay user ID of the seller involved in the dispute.
@property (nonatomic, retain) NSString *sellerUserIDDiscussion
The eBay user ID of the seller involved in the dispute.
type : NSString, wrapper for primitive string
Declared In
Trading_DisputeType.htransactionID
The unique identifier of the order line item (transaction) under dispute. An
order line item is created once there is a commitment from a
buyer to purchase an item. In the case of GetDispute and GetUserDisputes
responses, this value identifies the order line item involved in the
dispute.
@property (nonatomic, retain) NSString *transactionIDDiscussion
The unique identifier of the order line item (transaction) under dispute. An
order line item is created once there is a commitment from a
buyer to purchase an item. In the case of GetDispute and GetUserDisputes
responses, this value identifies the order line item involved in the
dispute.
type : NSString, wrapper for primitive string
Declared In
Trading_DisputeType.huserRole
The role of the person involved in the dispute who is taking action or
requesting information. The role is either Buyer or Seller.
@property (nonatomic, retain) NSString *userRoleDiscussion
The role of the person involved in the dispute who is taking action or
requesting information. The role is either Buyer or Seller.
type: string constant in Trading_TradingRoleCodeType.h
Declared In
Trading_DisputeType.h