Inherits from Trading_AbstractRequestType : NSObject
Declared in Trading_VeROReportItemsRequestType.h
Trading_VeROReportItemsRequestType.m

Overview

Reports items that allegedly infringe your copyright, trademark, or other
intellectual property rights. You can report one or more items at a time with this
call. You must be a member of the Verified Rights Owner (VeRO) Program to use this
call.

@ingroup EBayAPIInterface

Tasks

  •   rightsOwnerID

    User ID of the VeRO member reporting the items.

    property
  •   reportItems

    Container (packet) for items being reported. You can report the same item
    more than once in a packet if a different reason code is used each time.

    property

Properties

reportItems

Container (packet) for items being reported. You can report the same item
more than once in a packet if a different reason code is used each time.

@property (nonatomic, retain) Trading_VeROReportItemsType *reportItems

Discussion

Container (packet) for items being reported. You can report the same item
more than once in a packet if a different reason code is used each time.

type : class Trading_VeROReportItemsType

Declared In

Trading_VeROReportItemsRequestType.h

rightsOwnerID

User ID of the VeRO member reporting the items.

@property (nonatomic, retain) NSString *rightsOwnerID

Discussion

User ID of the VeRO member reporting the items.

type : NSString, wrapper for primitive string

Declared In

Trading_VeROReportItemsRequestType.h