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

Overview

Type defining the MaximumBuyerPolicyViolations container, which is
used by the seller as a mechanism to block prospective buyers who have buyer policy
violations 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 buyer policy violations that a prospective buyer
    is allowed to have during a specified time period
    (MaximumBuyerPolicyViolations.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.MaximumBuyerPolicyViolations.NumberOfPolicyViolations.Count
    fields in the response.

    property
  •   period

    This enumerated value defines the length of time over which a prospective buyer's
    buyer policy violations will be counted. If the prospective buyer’s number of buyer policy
    violations 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 buyer policy violations is blocked from buying/bidding on 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_MaximumBuyerPolicyViolationsType.h

count

This integer value sets the maximum number of buyer policy violations that a prospective buyer
is allowed to have during a specified time period
(MaximumBuyerPolicyViolations.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.MaximumBuyerPolicyViolations.NumberOfPolicyViolations.Count
fields in the response.

@property (nonatomic, retain) NSNumber *count

Discussion

This integer value sets the maximum number of buyer policy violations that a prospective buyer
is allowed to have during a specified time period
(MaximumBuyerPolicyViolations.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.MaximumBuyerPolicyViolations.NumberOfPolicyViolations.Count
fields in the response.

type : NSNumber, wrapper for primitive int

Declared In

Trading_MaximumBuyerPolicyViolationsType.h

period

This enumerated value defines the length of time over which a prospective buyer's
buyer policy violations will be counted. If the prospective buyer’s number of buyer policy
violations 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 buyer policy violations 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
buyer policy violations will be counted. If the prospective buyer’s number of buyer policy
violations 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 buyer policy violations is blocked from buying/bidding on the item.

type: string constant in Trading_PeriodCodeType.h

Declared In

Trading_MaximumBuyerPolicyViolationsType.h