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

Overview

This type defines the QuantityRestrictionPerBuyer container, which is
used by the seller to restrict the quantity of items that may be purchased by one buyer
during the duration of a fixed-price listing (single or multi-variation).

@ingroup EBayAPIInterface

Tasks

  •   maximumQuantity

    This integer value indicates the maximum quantity of items that a single buyer may
    purchase during the duration of a fixed-price listing (single or multi-variation).
    The buyer is blocked from the purchase if that buyer is attempting to purchase a
    quantity of items that will exceed this value. Previous purchases made by the buyer
    are taken into account. For example, if MaximumQuantity is set to
    ‘5’ for an item listing, and Buyer1 purchases a quantity of
    three, Buyer1 is only allowed to purchase an additional
    quantity of two in subsequent orders on the same item listing.



    This field is required if the QuantityRestrictionPerBuyer
    container is used.

    property

Properties

maximumQuantity

This integer value indicates the maximum quantity of items that a single buyer may
purchase during the duration of a fixed-price listing (single or multi-variation).
The buyer is blocked from the purchase if that buyer is attempting to purchase a
quantity of items that will exceed this value. Previous purchases made by the buyer
are taken into account. For example, if MaximumQuantity is set to
‘5’ for an item listing, and Buyer1 purchases a quantity of
three, Buyer1 is only allowed to purchase an additional
quantity of two in subsequent orders on the same item listing.



This field is required if the QuantityRestrictionPerBuyer
container is used.

@property (nonatomic, retain) NSNumber *maximumQuantity

Discussion

This integer value indicates the maximum quantity of items that a single buyer may
purchase during the duration of a fixed-price listing (single or multi-variation).
The buyer is blocked from the purchase if that buyer is attempting to purchase a
quantity of items that will exceed this value. Previous purchases made by the buyer
are taken into account. For example, if MaximumQuantity is set to
‘5’ for an item listing, and Buyer1 purchases a quantity of
three, Buyer1 is only allowed to purchase an additional
quantity of two in subsequent orders on the same item listing.



This field is required if the QuantityRestrictionPerBuyer
container is used.

type : NSNumber, wrapper for primitive int

Declared In

Trading_QuantityRestrictionPerBuyerInfoType.h