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
-
sourceSaleTemplateID
The 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. -
keepMinActive
Specifies an automated listing rule that keeps a minimum number of listings on the site.
property -
listAccordingToSchedule
Specifies 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 *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_SellingManagerAutoListType.h
keepMinActive
Specifies an automated listing rule that keeps a minimum number of listings on the site.
@property (nonatomic, retain) Trading_SellingManagerAutoListMinActiveItemsType *keepMinActive
Discussion
Specifies an automated listing rule that keeps a minimum number of listings on the site.
type : class Trading_SellingManagerAutoListMinActiveItemsType
Declared In
Trading_SellingManagerAutoListType.h
listAccordingToSchedule
Specifies an automated listing rule that lists items according to a specified schedule.
@property (nonatomic, retain) Trading_SellingManagerAutoListAccordingToScheduleType *listAccordingToSchedule
Discussion
Specifies an automated listing rule that lists items according to a specified schedule.
type : class Trading_SellingManagerAutoListAccordingToScheduleType
Declared In
Trading_SellingManagerAutoListType.h
sourceSaleTemplateID
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 *sourceSaleTemplateID
Discussion
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