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

  •   minActiveItemCount

    The minimum number of listings that should be active on the site.

    property
  •   listTimeFrom

    The start time of the time interval during which new listings should start.

    property
  •   listTimeTo

    The end time of the time interval during which new listings should start.

    property
  •   spacingIntervalInMinutes

    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
  •   listingHoldInventoryLevel

    Sets a minimum inventory level for listings of associated products
    to occur.

    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_SellingManagerAutoListMinActiveItemsType.h

listTimeFrom

The start time of the time interval during which new listings should start.

@property (nonatomic, retain) NSDate *listTimeFrom

Discussion

The start time of the time interval during which new listings should start.

type : NSDate, wrapper for primitive date

Declared In

Trading_SellingManagerAutoListMinActiveItemsType.h

listTimeTo

The end time of the time interval during which new listings should start.

@property (nonatomic, retain) NSDate *listTimeTo

Discussion

The end time of the time interval during which new listings should start.

type : NSDate, wrapper for primitive date

Declared In

Trading_SellingManagerAutoListMinActiveItemsType.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_SellingManagerAutoListMinActiveItemsType.h

minActiveItemCount

The minimum number of listings that should be active on the site.

@property (nonatomic, retain) NSNumber *minActiveItemCount

Discussion

The minimum number of listings that should be active on the site.

type : NSNumber, wrapper for primitive int

Declared In

Trading_SellingManagerAutoListMinActiveItemsType.h

spacingIntervalInMinutes

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 *spacingIntervalInMinutes

Discussion

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