Trading_MaximumUnpaidItemStrikesInfoType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_MaximumUnpaidItemStrikesInfoType.h Trading_MaximumUnpaidItemStrikesInfoType.m |
Overview
Type defining the MaximumUnpaidItemStrikesInfo container, which is
used by the seller as a mechanism to block prospective buyers who have unpaid item
strikes on their account exceeding the value set in the Count
field during a specified time period (set in the Period field).
@ingroup EBayAPIInterface
Tasks
-
count
This integer value sets the maximum number of unpaid item strikes that a prospective buyer
property
is allowed to have during a specified time period
(MaximumUnpaidItemStrikesInfo.Period) before being blocked from
buying/bidding on the item.
To retrieve a list of allowed values for this field, the seller should call
GeteBayDetails, including BuyerRequirementDetails in
the DetailName field of the request, and then look for the
BuyerRequirementDetails.MaximumUnpaidItemStrikesInfo.MaximumUnpaidItemStrikesCount.Count
fields in the response. -
period
This enumerated value defines the length of time over which a prospective buyer's
property
unpaid item strikes will be counted. If the prospective buyer’s number of unpaid item
strikes during this defined period exceeds the value set in the Count
field, that prospective buyer is blocked from buying/bidding on the item.
If the Count value is 2, and the specified Period
is ‘Days_30’ (counting back 30 days from the present day), any prospective buyer that has
had three or more unpaid item strikes is blocked from buying/bidding on the item. -
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_MaximumUnpaidItemStrikesInfoType.h
count
This integer value sets the maximum number of unpaid item strikes that a prospective buyer
is allowed to have during a specified time period
(MaximumUnpaidItemStrikesInfo.Period) before being blocked from
buying/bidding on the item.
To retrieve a list of allowed values for this field, the seller should call
GeteBayDetails, including BuyerRequirementDetails in
the DetailName field of the request, and then look for the
BuyerRequirementDetails.MaximumUnpaidItemStrikesInfo.MaximumUnpaidItemStrikesCount.Count
fields in the response.
@property (nonatomic, retain) NSNumber *count
Discussion
This integer value sets the maximum number of unpaid item strikes that a prospective buyer
is allowed to have during a specified time period
(MaximumUnpaidItemStrikesInfo.Period) before being blocked from
buying/bidding on the item.
To retrieve a list of allowed values for this field, the seller should call
GeteBayDetails, including BuyerRequirementDetails in
the DetailName field of the request, and then look for the
BuyerRequirementDetails.MaximumUnpaidItemStrikesInfo.MaximumUnpaidItemStrikesCount.Count
fields in the response.
type : NSNumber, wrapper for primitive int
Declared In
Trading_MaximumUnpaidItemStrikesInfoType.h
period
This enumerated value defines the length of time over which a prospective buyer's
unpaid item strikes will be counted. If the prospective buyer’s number of unpaid item
strikes during this defined period exceeds the value set in the Count
field, that prospective buyer is blocked from buying/bidding on the item.
If the Count value is 2, and the specified Period
is ‘Days_30’ (counting back 30 days from the present day), any prospective buyer that has
had three or more unpaid item strikes is blocked from buying/bidding on the item.
@property (nonatomic, retain) NSString *period
Discussion
This enumerated value defines the length of time over which a prospective buyer's
unpaid item strikes will be counted. If the prospective buyer’s number of unpaid item
strikes during this defined period exceeds the value set in the Count
field, that prospective buyer is blocked from buying/bidding on the item.
If the Count value is 2, and the specified Period
is ‘Days_30’ (counting back 30 days from the present day), any prospective buyer that has
had three or more unpaid item strikes is blocked from buying/bidding on the item.
type: string constant in Trading_PeriodCodeType.h
Declared In
Trading_MaximumUnpaidItemStrikesInfoType.h