Trading_SiteBuyerRequirementDetailsType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_SiteBuyerRequirementDetailsType.h Trading_SiteBuyerRequirementDetailsType.m |
Overview
Type defining the BuyerRequirementDetails container, which is returned in
GeteBayDetails, and provides the seller with the buyer requirement features (and applicable
values) that are supported by the listing site.
Note:
This container is only returned if BuyerRequirementDetails is included as a DetailName
filter in the request, or if no DetailName filters are used in the request.
@ingroup EBayAPIInterface
Tasks
-
linkedPayPalAccountSpecifies that the site’s buyer requirements support PayPal.
property -
maximumBuyerPolicyViolationsBlocks bidders who have reached the maximum allowed buyer
property
policy violation stricks (in a specific time period) from bidding on this item. -
maximumItemRequirementsLimits unpaying or low feedback bidders, by setting the MaximumItemCount and
property
MinimumFeedbackScore to define when a bidder is blocked from bidding. -
maximumUnpaidItemStrikesInfoSpecifies a maximum number of unpaid items strikes that will result in blocking a bidder from
property
bidding on the item (within a specific time period). -
minimumFeedbackScoreThis container consists of the values that can be used in the
property
BuyerRequirementDetails.MinimumFeedbackScore field when listing
an item through an Add/Revise/Relist API call. The Feedback Score for a potential
buyer must be greater than or equal to the specified value, or that buyer is blocked
from buying the item.
For this container to appear in the response,
BuyerRequirementDetails must be one of the values passed into the
DetailLevel field in the request (or, no
DetailLevel filters should be used). -
shipToRegistrationCountrySpecifies that the site’s buyer requirements support ShipToRegistrationCountry.
property -
verifiedUserRequirementsSpecifies the valid values for limiting unverified bidders.
property -
detailVersionReturns the latest version number for this field. The version can be
property
used to determine if and when to refresh cached client data. -
updateTimeGives the time in GMT when the feature flags for the details were last
property
updated. This timestamp can be used to determine if and when to refresh
cached client data. -
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_SiteBuyerRequirementDetailsType.hdetailVersion
Returns the latest version number for this field. The version can be
used to determine if and when to refresh cached client data.
@property (nonatomic, retain) NSString *detailVersionDiscussion
Returns the latest version number for this field. The version can be
used to determine if and when to refresh cached client data.
type : NSString, wrapper for primitive string
Declared In
Trading_SiteBuyerRequirementDetailsType.hlinkedPayPalAccount
Specifies that the site’s buyer requirements support PayPal.
@property (nonatomic, retain) NSNumber *linkedPayPalAccountDiscussion
Specifies that the site’s buyer requirements support PayPal.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_SiteBuyerRequirementDetailsType.hmaximumBuyerPolicyViolations
Blocks bidders who have reached the maximum allowed buyer
policy violation stricks (in a specific time period) from bidding on this item.
@property (nonatomic, retain) Trading_MaximumBuyerPolicyViolationsDetailsType *maximumBuyerPolicyViolationsDiscussion
Blocks bidders who have reached the maximum allowed buyer
policy violation stricks (in a specific time period) from bidding on this item.
type : class Trading_MaximumBuyerPolicyViolationsDetailsType
Declared In
Trading_SiteBuyerRequirementDetailsType.hmaximumItemRequirements
Limits unpaying or low feedback bidders, by setting the MaximumItemCount and
MinimumFeedbackScore to define when a bidder is blocked from bidding.
@property (nonatomic, retain) Trading_MaximumItemRequirementsDetailsType *maximumItemRequirementsDiscussion
Limits unpaying or low feedback bidders, by setting the MaximumItemCount and
MinimumFeedbackScore to define when a bidder is blocked from bidding.
type : class Trading_MaximumItemRequirementsDetailsType
Declared In
Trading_SiteBuyerRequirementDetailsType.hmaximumUnpaidItemStrikesInfo
Specifies a maximum number of unpaid items strikes that will result in blocking a bidder from
bidding on the item (within a specific time period).
@property (nonatomic, retain) Trading_MaximumUnpaidItemStrikesInfoDetailsType *maximumUnpaidItemStrikesInfoDiscussion
Specifies a maximum number of unpaid items strikes that will result in blocking a bidder from
bidding on the item (within a specific time period).
type : class Trading_MaximumUnpaidItemStrikesInfoDetailsType
Declared In
Trading_SiteBuyerRequirementDetailsType.hminimumFeedbackScore
This container consists of the values that can be used in the
BuyerRequirementDetails.MinimumFeedbackScore field when listing
an item through an Add/Revise/Relist API call. The Feedback Score for a potential
buyer must be greater than or equal to the specified value, or that buyer is blocked
from buying the item.
For this container to appear in the response,
BuyerRequirementDetails must be one of the values passed into the
DetailLevel field in the request (or, no
DetailLevel filters should be used).
@property (nonatomic, retain) Trading_MinimumFeedbackScoreDetailsType *minimumFeedbackScoreDiscussion
This container consists of the values that can be used in the
BuyerRequirementDetails.MinimumFeedbackScore field when listing
an item through an Add/Revise/Relist API call. The Feedback Score for a potential
buyer must be greater than or equal to the specified value, or that buyer is blocked
from buying the item.
For this container to appear in the response,
BuyerRequirementDetails must be one of the values passed into the
DetailLevel field in the request (or, no
DetailLevel filters should be used).
type : class Trading_MinimumFeedbackScoreDetailsType
Declared In
Trading_SiteBuyerRequirementDetailsType.hshipToRegistrationCountry
Specifies that the site’s buyer requirements support ShipToRegistrationCountry.
@property (nonatomic, retain) NSNumber *shipToRegistrationCountryDiscussion
Specifies that the site’s buyer requirements support ShipToRegistrationCountry.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_SiteBuyerRequirementDetailsType.hupdateTime
Gives the time in GMT when the feature flags for the details were last
updated. This timestamp can be used to determine if and when to refresh
cached client data.
@property (nonatomic, retain) NSDate *updateTimeDiscussion
Gives the time in GMT when the feature flags for the details were last
updated. This timestamp can be used to determine if and when to refresh
cached client data.
type : NSDate, wrapper for primitive date
Declared In
Trading_SiteBuyerRequirementDetailsType.hverifiedUserRequirements
Specifies the valid values for limiting unverified bidders.
@property (nonatomic, retain) Trading_VerifiedUserRequirementsDetailsType *verifiedUserRequirementsDiscussion
Specifies the valid values for limiting unverified bidders.
type : class Trading_VerifiedUserRequirementsDetailsType
Declared In
Trading_SiteBuyerRequirementDetailsType.h