Trading_SellingManagerAutoListMinActiveItemsType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_SellingManagerAutoListMinActiveItemsType.h Trading_SellingManagerAutoListMinActiveItemsType.m |
Overview
Defines the options available for an automated listing rule that
keeps a minimum number of items on the site.
@ingroup EBayAPIInterface
Tasks
-
minActiveItemCountThe minimum number of listings that should be active on the site.
property -
listTimeFromThe start time of the time interval during which new listings should start.
property -
listTimeToThe end time of the time interval during which new listings should start.
property -
spacingIntervalInMinutesProvides a number of minutes for spacing start times of listings.
property
Used when you list multiple items at the same time. Delays subsequent
listings by the specified number of minutes. -
listingHoldInventoryLevelSets a minimum inventory level for listings of associated products
property
to occur. -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_SellingManagerAutoListMinActiveItemsType.hlistTimeFrom
The start time of the time interval during which new listings should start.
@property (nonatomic, retain) NSDate *listTimeFromDiscussion
The start time of the time interval during which new listings should start.
type : NSDate, wrapper for primitive date
Declared In
Trading_SellingManagerAutoListMinActiveItemsType.hlistTimeTo
The end time of the time interval during which new listings should start.
@property (nonatomic, retain) NSDate *listTimeToDiscussion
The end time of the time interval during which new listings should start.
type : NSDate, wrapper for primitive date
Declared In
Trading_SellingManagerAutoListMinActiveItemsType.hlistingHoldInventoryLevel
Sets a minimum inventory level for listings of associated products
to occur.
@property (nonatomic, retain) NSNumber *listingHoldInventoryLevelDiscussion
Sets a minimum inventory level for listings of associated products
to occur.
type : NSNumber, wrapper for primitive int
Declared In
Trading_SellingManagerAutoListMinActiveItemsType.hminActiveItemCount
The minimum number of listings that should be active on the site.
@property (nonatomic, retain) NSNumber *minActiveItemCountDiscussion
The minimum number of listings that should be active on the site.
type : NSNumber, wrapper for primitive int
Declared In
Trading_SellingManagerAutoListMinActiveItemsType.hspacingIntervalInMinutes
Provides a number of minutes for spacing start times of listings.
Used when you list multiple items at the same time. Delays subsequent
listings by the specified number of minutes.
@property (nonatomic, retain) NSNumber *spacingIntervalInMinutesDiscussion
Provides a number of minutes for spacing start times of listings.
Used when you list multiple items at the same time. Delays subsequent
listings by the specified number of minutes.
type : NSNumber, wrapper for primitive int
Declared In
Trading_SellingManagerAutoListMinActiveItemsType.h