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
-
policyID
Policy ID of the violated policy which resulted in item being administratively canceled.
property -
policyText
Brief 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 *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_ItemPolicyViolationType.h
policyID
Policy ID of the violated policy which resulted in item being administratively canceled.
@property (nonatomic, retain) NSNumber *policyID
Discussion
Policy ID of the violated policy which resulted in item being administratively canceled.
type : NSNumber, wrapper for primitive long
Declared In
Trading_ItemPolicyViolationType.h
policyText
Brief information of the violated policy which resulted in item being administratively canceled.
@property (nonatomic, retain) NSString *policyText
Discussion
Brief information of the violated policy which resulted in item being administratively canceled.
type : NSString, wrapper for primitive string
Declared In
Trading_ItemPolicyViolationType.h