Trading_SellingManagerAutoListType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_SellingManagerAutoListType.h Trading_SellingManagerAutoListType.m |
Overview
Provides information about an automated listing rule.
Automated listing rules cannot be combined with automated relisting rules.
A template can have one set of information per automated listing rule specified.
@ingroup EBayAPIInterface
Tasks
-
sourceSaleTemplateIDThe source template ID for the rule that was retrieved.
property
In the case of automated listing rules retrieved for an item, even if the item
does not have an associated automation rule, an automated listing rule is
inherited from the source template. -
keepMinActiveSpecifies an automated listing rule that keeps a minimum number of listings on the site.
property -
listAccordingToScheduleSpecifies an automated listing rule that lists items according to a specified schedule.
property -
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_SellingManagerAutoListType.hkeepMinActive
Specifies an automated listing rule that keeps a minimum number of listings on the site.
@property (nonatomic, retain) Trading_SellingManagerAutoListMinActiveItemsType *keepMinActiveDiscussion
Specifies an automated listing rule that keeps a minimum number of listings on the site.
type : class Trading_SellingManagerAutoListMinActiveItemsType
Declared In
Trading_SellingManagerAutoListType.hlistAccordingToSchedule
Specifies an automated listing rule that lists items according to a specified schedule.
@property (nonatomic, retain) Trading_SellingManagerAutoListAccordingToScheduleType *listAccordingToScheduleDiscussion
Specifies an automated listing rule that lists items according to a specified schedule.
type : class Trading_SellingManagerAutoListAccordingToScheduleType
Declared In
Trading_SellingManagerAutoListType.hsourceSaleTemplateID
The source template ID for the rule that was retrieved.
In the case of automated listing rules retrieved for an item, even if the item
does not have an associated automation rule, an automated listing rule is
inherited from the source template.
@property (nonatomic, retain) NSNumber *sourceSaleTemplateIDDiscussion
The source template ID for the rule that was retrieved.
In the case of automated listing rules retrieved for an item, even if the item
does not have an associated automation rule, an automated listing rule is
inherited from the source template.
type : NSNumber, wrapper for primitive long
Declared In
Trading_SellingManagerAutoListType.h