Trading_VeROReportItemType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_VeROReportItemType.h Trading_VeROReportItemType.m |
Tasks
-
itemID
The unique identifier for the item being reported for alleged infringement.
property -
veROReasonCodeID
The reason code identifier for the type of claimed infringement. Use
property
GetVeROReasonCodeDetails to retrieve a list of reason codes for a given site
or for all sites. -
messageToSeller
Message from the VeRO Program member to the seller of the item being reported.
property -
copyEmailToRightsOwner
When set to true, this specifies that the VeRO Program member be copied on
property
the Notice of Claimed Infringement (NOCI) email sent to sellers of reported
items. -
region
Region whose intellectual property laws are being violated.
property -
country
The two-digit code representing the country whose intellectual property laws are
property
being violated. This field can be used more than once if there a multiple
countries whose intellectual property laws are being violated.
This field is required when the VeROReasonCodeID
is 9037 (Item(s) is unlawful importation of product bearing trademark). -
patent
Patent number of the item, required when the VeROReasonCodeID is 9048 (Item(s)
property
infringes a valid patent). -
detailedMessage
Explanatory text from the VeRO Program member. This field is required when the
property
VeROReasonCodeID is “others.” -
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_VeROReportItemType.h
copyEmailToRightsOwner
When set to true, this specifies that the VeRO Program member be copied on
the Notice of Claimed Infringement (NOCI) email sent to sellers of reported
items.
@property (nonatomic, retain) NSNumber *copyEmailToRightsOwner
Discussion
When set to true, this specifies that the VeRO Program member be copied on
the Notice of Claimed Infringement (NOCI) email sent to sellers of reported
items.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_VeROReportItemType.h
country
The two-digit code representing the country whose intellectual property laws are
being violated. This field can be used more than once if there a multiple
countries whose intellectual property laws are being violated.
This field is required when the VeROReasonCodeID
is 9037 (Item(s) is unlawful importation of product bearing trademark).
@property (nonatomic, retain) NSMutableArray *country
Discussion
The two-digit code representing the country whose intellectual property laws are
being violated. This field can be used more than once if there a multiple
countries whose intellectual property laws are being violated.
This field is required when the VeROReasonCodeID
is 9037 (Item(s) is unlawful importation of product bearing trademark).
entry type : string constant in Trading_CountryCodeType.h
Declared In
Trading_VeROReportItemType.h
detailedMessage
Explanatory text from the VeRO Program member. This field is required when the
VeROReasonCodeID is “others.”
@property (nonatomic, retain) NSString *detailedMessage
Discussion
Explanatory text from the VeRO Program member. This field is required when the
VeROReasonCodeID is “others.”
type : NSString, wrapper for primitive string
Declared In
Trading_VeROReportItemType.h
itemID
The unique identifier for the item being reported for alleged infringement.
@property (nonatomic, retain) NSString *itemID
Discussion
The unique identifier for the item being reported for alleged infringement.
type : NSString, wrapper for primitive string
Declared In
Trading_VeROReportItemType.h
messageToSeller
Message from the VeRO Program member to the seller of the item being reported.
@property (nonatomic, retain) NSString *messageToSeller
Discussion
Message from the VeRO Program member to the seller of the item being reported.
type : NSString, wrapper for primitive string
Declared In
Trading_VeROReportItemType.h
patent
Patent number of the item, required when the VeROReasonCodeID is 9048 (Item(s)
infringes a valid patent).
@property (nonatomic, retain) NSString *patent
Discussion
Patent number of the item, required when the VeROReasonCodeID is 9048 (Item(s)
infringes a valid patent).
type : NSString, wrapper for primitive string
Declared In
Trading_VeROReportItemType.h
region
Region whose intellectual property laws are being violated.
@property (nonatomic, retain) NSMutableArray *region
Discussion
Region whose intellectual property laws are being violated.
entry type : string constant in Trading_ShippingRegionCodeType.h
Declared In
Trading_VeROReportItemType.h
veROReasonCodeID
The reason code identifier for the type of claimed infringement. Use
GetVeROReasonCodeDetails to retrieve a list of reason codes for a given site
or for all sites.
@property (nonatomic, retain) NSNumber *veROReasonCodeID
Discussion
The reason code identifier for the type of claimed infringement. Use
GetVeROReasonCodeDetails to retrieve a list of reason codes for a given site
or for all sites.
type : NSNumber, wrapper for primitive long
Declared In
Trading_VeROReportItemType.h