Trading_SellingManagerAutoListAccordingToScheduleType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_SellingManagerAutoListAccordingToScheduleType.h Trading_SellingManagerAutoListAccordingToScheduleType.m |
Overview
Defines the options available for an Automated Listing Rule that
keeps a fixed number of items on the site
@ingroup EBayAPIInterface
Tasks
-
dayOfWeek
The day of the week on which items should be listed.
property -
listingPeriodInWeeks
The number of weeks between rule executions.
property -
listAtSpecificTimeOfDay
The time at which items should be listed.
property -
startTime
The date from which the rule is active.
property -
endTime
The date after which the rule is disabled.
property -
maxActiveItemCount
The number of current, listed items required for the rule to no longer be run.
property -
listingHoldInventoryLevel
Sets a minimum inventory level for listings of associated products
property
to occur. -
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_SellingManagerAutoListAccordingToScheduleType.h
dayOfWeek
The day of the week on which items should be listed.
@property (nonatomic, retain) NSMutableArray *dayOfWeek
Discussion
The day of the week on which items should be listed.
entry type : string constant in Trading_DayOfWeekCodeType.h
Declared In
Trading_SellingManagerAutoListAccordingToScheduleType.h
endTime
The date after which the rule is disabled.
@property (nonatomic, retain) NSDate *endTime
Discussion
The date after which the rule is disabled.
type : NSDate, wrapper for primitive date
Declared In
Trading_SellingManagerAutoListAccordingToScheduleType.h
listAtSpecificTimeOfDay
The time at which items should be listed.
@property (nonatomic, retain) NSDate *listAtSpecificTimeOfDay
Discussion
The time at which items should be listed.
type : NSDate, wrapper for primitive date
Declared In
Trading_SellingManagerAutoListAccordingToScheduleType.h
listingHoldInventoryLevel
Sets a minimum inventory level for listings of associated products
to occur.
@property (nonatomic, retain) NSNumber *listingHoldInventoryLevel
Discussion
Sets a minimum inventory level for listings of associated products
to occur.
type : NSNumber, wrapper for primitive int
Declared In
Trading_SellingManagerAutoListAccordingToScheduleType.h
listingPeriodInWeeks
The number of weeks between rule executions.
@property (nonatomic, retain) NSNumber *listingPeriodInWeeks
Discussion
The number of weeks between rule executions.
type : NSNumber, wrapper for primitive int
Declared In
Trading_SellingManagerAutoListAccordingToScheduleType.h
maxActiveItemCount
The number of current, listed items required for the rule to no longer be run.
@property (nonatomic, retain) NSNumber *maxActiveItemCount
Discussion
The number of current, listed items required for the rule to no longer be run.
type : NSNumber, wrapper for primitive int
Declared In
Trading_SellingManagerAutoListAccordingToScheduleType.h