Trading_VerifiedUserRequirementsType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_VerifiedUserRequirementsType.h Trading_VerifiedUserRequirementsType.m |
Overview
Type defining the VerifiedUserRequirements container, which is used by the
seller to block prospective buyers who do not pass a verified user check. Verified users are
applicable to the Australia, France, India, Ireland, Spain, and UK sites.
@ingroup EBayAPIInterface
Tasks
-
verifiedUserTo block non-verified users from buying/bidding on their items, the seller should include
property
this field and set its value to ‘true’. The default value of this field is ‘false’, so, if
it is not included, non-verified users on the Australia, France, India, Ireland, Spain, and
UK will be able to buy/bid on the seller’s items. -
minimumFeedbackScoreThis field is ignored unless the VerifiedUser field is included and
property
set to ‘true’.
The seller includes this field as a mechanism to block verified users who have a feedback
score less than the specified value.
To see the valid values for your site, call GeteBayDetails with
DetailName set to BuyerRequirementDetails, and
then look for the BuyerRequirementDetails.VerifiedUserRequirements.FeedbackScore fields.
Properties
minimumFeedbackScore
This field is ignored unless the VerifiedUser field is included and
set to ‘true’.
The seller includes this field as a mechanism to block verified users who have a feedback
score less than the specified value.
To see the valid values for your site, call GeteBayDetails with
DetailName set to BuyerRequirementDetails, and
then look for the BuyerRequirementDetails.VerifiedUserRequirements.FeedbackScore fields.
@property (nonatomic, retain) NSNumber *minimumFeedbackScoreDiscussion
This field is ignored unless the VerifiedUser field is included and
set to ‘true’.
The seller includes this field as a mechanism to block verified users who have a feedback
score less than the specified value.
To see the valid values for your site, call GeteBayDetails with
DetailName set to BuyerRequirementDetails, and
then look for the BuyerRequirementDetails.VerifiedUserRequirements.FeedbackScore fields.
type : NSNumber, wrapper for primitive int
Declared In
Trading_VerifiedUserRequirementsType.hverifiedUser
To block non-verified users from buying/bidding on their items, the seller should include
this field and set its value to ‘true’. The default value of this field is ‘false’, so, if
it is not included, non-verified users on the Australia, France, India, Ireland, Spain, and
UK will be able to buy/bid on the seller’s items.
@property (nonatomic, retain) NSNumber *verifiedUserDiscussion
To block non-verified users from buying/bidding on their items, the seller should include
this field and set its value to ‘true’. The default value of this field is ‘false’, so, if
it is not included, non-verified users on the Australia, France, India, Ireland, Spain, and
UK will be able to buy/bid on the seller’s items.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_VerifiedUserRequirementsType.h