Trading_ItemPolicyViolationType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_ItemPolicyViolationType.h Trading_ItemPolicyViolationType.m |
Overview
Specifies the details of policy violations if the item was administratively canceled.
The details are the policy ID and the policy text.
@ingroup EBayAPIInterface
Tasks
-
policyIDPolicy ID of the violated policy which resulted in item being administratively canceled.
property -
policyTextBrief information of the violated policy which resulted in item being administratively canceled.
property -
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_ItemPolicyViolationType.hpolicyID
Policy ID of the violated policy which resulted in item being administratively canceled.
@property (nonatomic, retain) NSNumber *policyIDDiscussion
Policy ID of the violated policy which resulted in item being administratively canceled.
type : NSNumber, wrapper for primitive long
Declared In
Trading_ItemPolicyViolationType.hpolicyText
Brief information of the violated policy which resulted in item being administratively canceled.
@property (nonatomic, retain) NSString *policyTextDiscussion
Brief information of the violated policy which resulted in item being administratively canceled.
type : NSString, wrapper for primitive string
Declared In
Trading_ItemPolicyViolationType.h