Trading_VeROReportItemType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_VeROReportItemType.h Trading_VeROReportItemType.m |
Tasks
-
itemIDThe unique identifier for the item being reported for alleged infringement.
property -
veROReasonCodeIDThe 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. -
messageToSellerMessage from the VeRO Program member to the seller of the item being reported.
property -
copyEmailToRightsOwnerWhen 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. -
regionRegion whose intellectual property laws are being violated.
property -
countryThe 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). -
patentPatent number of the item, required when the VeROReasonCodeID is 9048 (Item(s)
property
infringes a valid patent). -
detailedMessageExplanatory 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 *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_VeROReportItemType.hcopyEmailToRightsOwner
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 *copyEmailToRightsOwnerDiscussion
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.hcountry
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 *countryDiscussion
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.hdetailedMessage
Explanatory text from the VeRO Program member. This field is required when the
VeROReasonCodeID is “others.”
@property (nonatomic, retain) NSString *detailedMessageDiscussion
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.hitemID
The unique identifier for the item being reported for alleged infringement.
@property (nonatomic, retain) NSString *itemIDDiscussion
The unique identifier for the item being reported for alleged infringement.
type : NSString, wrapper for primitive string
Declared In
Trading_VeROReportItemType.hmessageToSeller
Message from the VeRO Program member to the seller of the item being reported.
@property (nonatomic, retain) NSString *messageToSellerDiscussion
Message from the VeRO Program member to the seller of the item being reported.
type : NSString, wrapper for primitive string
Declared In
Trading_VeROReportItemType.hpatent
Patent number of the item, required when the VeROReasonCodeID is 9048 (Item(s)
infringes a valid patent).
@property (nonatomic, retain) NSString *patentDiscussion
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.hregion
Region whose intellectual property laws are being violated.
@property (nonatomic, retain) NSMutableArray *regionDiscussion
Region whose intellectual property laws are being violated.
entry type : string constant in Trading_ShippingRegionCodeType.h
Declared In
Trading_VeROReportItemType.hveROReasonCodeID
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 *veROReasonCodeIDDiscussion
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