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

  •   linkedPayPalAccount

    Specifies that the site’s buyer requirements support PayPal.

    property
  •   maximumBuyerPolicyViolations

    Blocks bidders who have reached the maximum allowed buyer
    policy violation stricks (in a specific time period) from bidding on this item.

    property
  •   maximumItemRequirements

    Limits unpaying or low feedback bidders, by setting the MaximumItemCount and
    MinimumFeedbackScore to define when a bidder is blocked from bidding.

    property
  •   maximumUnpaidItemStrikesInfo

    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
  •   minimumFeedbackScore

    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
  •   shipToRegistrationCountry

    Specifies that the site’s buyer requirements support ShipToRegistrationCountry.

    property
  •   verifiedUserRequirements

    Specifies the valid values for limiting unverified bidders.

    property
  •   detailVersion

    Returns the latest version number for this field. The version can be
    used to determine if and when to refresh cached client data.

    property
  •   updateTime

    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
  •   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_SiteBuyerRequirementDetailsType.h

detailVersion

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 *detailVersion

Discussion

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.h

linkedPayPalAccount

Specifies that the site’s buyer requirements support PayPal.

@property (nonatomic, retain) NSNumber *linkedPayPalAccount

Discussion

Specifies that the site’s buyer requirements support PayPal.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_SiteBuyerRequirementDetailsType.h

maximumBuyerPolicyViolations

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 *maximumBuyerPolicyViolations

Discussion

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.h

maximumItemRequirements

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 *maximumItemRequirements

Discussion

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.h

maximumUnpaidItemStrikesInfo

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 *maximumUnpaidItemStrikesInfo

Discussion

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.h

minimumFeedbackScore

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 *minimumFeedbackScore

Discussion

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.h

shipToRegistrationCountry

Specifies that the site’s buyer requirements support ShipToRegistrationCountry.

@property (nonatomic, retain) NSNumber *shipToRegistrationCountry

Discussion

Specifies that the site’s buyer requirements support ShipToRegistrationCountry.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_SiteBuyerRequirementDetailsType.h

updateTime

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 *updateTime

Discussion

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.h

verifiedUserRequirements

Specifies the valid values for limiting unverified bidders.

@property (nonatomic, retain) Trading_VerifiedUserRequirementsDetailsType *verifiedUserRequirements

Discussion

Specifies the valid values for limiting unverified bidders.

type : class Trading_VerifiedUserRequirementsDetailsType

Declared In

Trading_SiteBuyerRequirementDetailsType.h