Trading_MaximumUnpaidItemStrikesCountDetailsType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_MaximumUnpaidItemStrikesCountDetailsType.h Trading_MaximumUnpaidItemStrikesCountDetailsType.m |
Overview
Type defining the MaximumUnpaidItemStrikesCount container that is returned
in the GeteBayDetails response. The MaximumUnpaidItemStrikesCount
container consists of multiple Count fields with values that can be
used in the BuyerRequirementDetails.MaximumUnpaidItemStrikesInfo.Count
field when using the Trading API to add, revise, or relist an item.
The Item.MaximumUnpaidItemStrikesInfo container in Add/Revise/Relist
API calls is used to block buyers with unpaid item strikes 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_MaximumUnpaidItemStrikesCountDetailsType.h
count
Each value returned in each MaximumUnpaidItemStrikesCount.Count field
can be used in the BuyerRequirementDetails.MaximumUnpaidItemStrikesInfo.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 MaximumUnpaidItemStrikesCount.Count field
can be used in the BuyerRequirementDetails.MaximumUnpaidItemStrikesInfo.Count
field when using the Trading API to add, revise, or relist an item.
entry type : NSNumber, wrapper for primitive int
Declared In
Trading_MaximumUnpaidItemStrikesCountDetailsType.h