Inherits from NSObject
Conforms to PicoBindable
Declared in Shopping_SellingStatusType.h
Shopping_SellingStatusType.m

Overview

Contains various details about the current status of a listing. These
values are computed by eBay and cannot be specified at listing time.

@ingroup ShoppingInterface

Tasks

  •   convertedCurrentPrice

    Not used. See Item.ConvertedCurrentPrice.

    property
  •   currentPrice

    Not used. See Item.CurrentPrice and Variation.StartPrice.

    property
  •   quantitySold

    The number of items sold from this variation. Subtract from
    Quantity to determine the number of items available.

    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

Shopping_SellingStatusType.h

convertedCurrentPrice

Not used. See Item.ConvertedCurrentPrice.

@property (nonatomic, retain) Shopping_AmountType *convertedCurrentPrice

Discussion

Not used. See Item.ConvertedCurrentPrice.

type : class Shopping_AmountType

Declared In

Shopping_SellingStatusType.h

currentPrice

Not used. See Item.CurrentPrice and Variation.StartPrice.

@property (nonatomic, retain) Shopping_AmountType *currentPrice

Discussion

Not used. See Item.CurrentPrice and Variation.StartPrice.

type : class Shopping_AmountType

Declared In

Shopping_SellingStatusType.h

quantitySold

The number of items sold from this variation. Subtract from
Quantity to determine the number of items available.

@property (nonatomic, retain) NSNumber *quantitySold

Discussion

The number of items sold from this variation. Subtract from
Quantity to determine the number of items available.

type : NSNumber, wrapper for primitive int

Declared In

Shopping_SellingStatusType.h