Trading_NumberOfPolicyViolationsDetailsType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_NumberOfPolicyViolationsDetailsType.h Trading_NumberOfPolicyViolationsDetailsType.m |
Overview
Type defining the NumberOfPolicyViolations container that is returned
in the GeteBayDetails response. The NumberOfPolicyViolations
container consists of multiple Count fields with values that can be
used in the BuyerRequirementDetails.MaximumBuyerPolicyViolations.Count
field when using the Trading API to add, revise, or relist an item.
The Item.MaximumBuyerPolicyViolations container in Add/Revise/Relist
API calls is used to block buyers with buyer policy violations equal to or exceeding
the specified Count value during the specified Period
value from buying/bidding on the item.
@ingroup EBayAPIInterface
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_NumberOfPolicyViolationsDetailsType.h
count
Each value returned in each NumberOfPolicyViolations.Count field
can be used in the BuyerRequirementDetails.MaximumBuyerPolicyViolations.Count
field when using the Trading API to add, revise, or relist an item.
@property (nonatomic, retain) NSMutableArray *count
Discussion
Each value returned in each NumberOfPolicyViolations.Count field
can be used in the BuyerRequirementDetails.MaximumBuyerPolicyViolations.Count
field when using the Trading API to add, revise, or relist an item.
entry type : NSNumber, wrapper for primitive int
Declared In
Trading_NumberOfPolicyViolationsDetailsType.h