Trading_VeROReportedItemType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_VeROReportedItemType.h Trading_VeROReportedItemType.m |
Overview
Type defining the ReportedItem container which is returned in the
GetVeROReportStatus response. The ReportedItem
container consists of the ItemID of the item that has infringed
upon the seller’s copyright, trademark, or intellectual property rights, as well as the
submission status of the VeRO Report.
@ingroup EBayAPIInterface
Tasks
-
itemIDThe unique identifier (ItemID) of the item reported for
property
copyright, trademark, or intellectual property right infringment.
This field is always returned with the ReportedItem container. -
itemStatusThis value indicates the current submission status of the VeRO Report.
property
This field is always returned with the ReportedItem container. -
itemReasonForFailureThis text explanation is submitted by eBay when the submission of an VeRO Report
property
has failed or was blocked.
This field is only returned with the ReportedItem container if
the ItemStatus value is SubmissionFailed or
ClarificationRequired. -
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_VeROReportedItemType.hitemID
The unique identifier (ItemID) of the item reported for
copyright, trademark, or intellectual property right infringment.
This field is always returned with the ReportedItem container.
@property (nonatomic, retain) NSString *itemIDDiscussion
The unique identifier (ItemID) of the item reported for
copyright, trademark, or intellectual property right infringment.
This field is always returned with the ReportedItem container.
type : NSString, wrapper for primitive string
Declared In
Trading_VeROReportedItemType.hitemReasonForFailure
This text explanation is submitted by eBay when the submission of an VeRO Report
has failed or was blocked.
This field is only returned with the ReportedItem container if
the ItemStatus value is SubmissionFailed or
ClarificationRequired.
@property (nonatomic, retain) NSString *itemReasonForFailureDiscussion
This text explanation is submitted by eBay when the submission of an VeRO Report
has failed or was blocked.
This field is only returned with the ReportedItem container if
the ItemStatus value is SubmissionFailed or
ClarificationRequired.
type : NSString, wrapper for primitive string
Declared In
Trading_VeROReportedItemType.hitemStatus
This value indicates the current submission status of the VeRO Report.
This field is always returned with the ReportedItem container.
@property (nonatomic, retain) NSString *itemStatusDiscussion
This value indicates the current submission status of the VeRO Report.
This field is always returned with the ReportedItem container.
type: string constant in Trading_VeROItemStatusCodeType.h
Declared In
Trading_VeROReportedItemType.h