Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_VerifiedUserRequirementsDetailsType.h
Trading_VerifiedUserRequirementsDetailsType.m

Overview

Type defining the BuyerRequirementDetails.VerifiedUserRequirements
container that is returned in GeteBayDetails. The
VerifiedUserRequirements container provides the VerifiedUser
and FeedbackScore values that may be used in listing calls to restrict
unverified users who have Feedback scores below the minimum threshold.

@ingroup EBayAPIInterface

Tasks

  •   verifiedUser

    For eBay sites that support Verified User Requirements, this boolean is always
    returned as ‘true’. If a seller uses the
    BuyerRequirementDetails.VerifiedUserRequirements in listing calls,
    the VerifiedUser field in that container should only be passed
    into the request if the seller is only willing to sell items to Verified Users. If
    the VerifiedUser field is omitted from the listing call, the
    specified FeedbackScore value will only apply to unverified users.



    Currently, this feature is only supported by the following sites: UK, Australia,
    France, Spain, India, Ireland, Malaysia, Philippines, and Singapore. However, this
    is subject to change, so it is always a good idea for the seller to call
    GeteBayDetails with DetailName set to
    BuyerRequirementDetails.

    property
  •   feedbackScore

    The values returned in these fields are the values that may be used by the seller
    in the BuyerRequirementDetails.VerifiedUserRequirements
    container in listing calls. The FeedbackScore value passed into
    a listing call request will restrict unverified users with Feedback scores below
    the minimum threshold value from buying the item.

    property
  •   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_VerifiedUserRequirementsDetailsType.h

feedbackScore

The values returned in these fields are the values that may be used by the seller
in the BuyerRequirementDetails.VerifiedUserRequirements
container in listing calls. The FeedbackScore value passed into
a listing call request will restrict unverified users with Feedback scores below
the minimum threshold value from buying the item.

@property (nonatomic, retain) NSMutableArray *feedbackScore

Discussion

The values returned in these fields are the values that may be used by the seller
in the BuyerRequirementDetails.VerifiedUserRequirements
container in listing calls. The FeedbackScore value passed into
a listing call request will restrict unverified users with Feedback scores below
the minimum threshold value from buying the item.

entry type : NSNumber, wrapper for primitive int

Declared In

Trading_VerifiedUserRequirementsDetailsType.h

verifiedUser

For eBay sites that support Verified User Requirements, this boolean is always
returned as ‘true’. If a seller uses the
BuyerRequirementDetails.VerifiedUserRequirements in listing calls,
the VerifiedUser field in that container should only be passed
into the request if the seller is only willing to sell items to Verified Users. If
the VerifiedUser field is omitted from the listing call, the
specified FeedbackScore value will only apply to unverified users.



Currently, this feature is only supported by the following sites: UK, Australia,
France, Spain, India, Ireland, Malaysia, Philippines, and Singapore. However, this
is subject to change, so it is always a good idea for the seller to call
GeteBayDetails with DetailName set to
BuyerRequirementDetails.

@property (nonatomic, retain) NSNumber *verifiedUser

Discussion

For eBay sites that support Verified User Requirements, this boolean is always
returned as ‘true’. If a seller uses the
BuyerRequirementDetails.VerifiedUserRequirements in listing calls,
the VerifiedUser field in that container should only be passed
into the request if the seller is only willing to sell items to Verified Users. If
the VerifiedUser field is omitted from the listing call, the
specified FeedbackScore value will only apply to unverified users.



Currently, this feature is only supported by the following sites: UK, Australia,
France, Spain, India, Ireland, Malaysia, Philippines, and Singapore. However, this
is subject to change, so it is always a good idea for the seller to call
GeteBayDetails with DetailName set to
BuyerRequirementDetails.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_VerifiedUserRequirementsDetailsType.h