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

  •   itemID

    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
  •   itemStatus

    This value indicates the current submission status of the VeRO Report.



    This field is always returned with the ReportedItem container.

    property
  •   itemReasonForFailure

    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
  •   any

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Trading_VeROReportedItemType.h

itemID

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 *itemID

Discussion

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.h

itemReasonForFailure

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 *itemReasonForFailure

Discussion

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.h

itemStatus

This value indicates the current submission status of the VeRO Report.



This field is always returned with the ReportedItem container.

@property (nonatomic, retain) NSString *itemStatus

Discussion

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