Shopping_SellingStatusType Class Reference
| 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
-
convertedCurrentPriceNot used. See Item.ConvertedCurrentPrice.
property -
currentPriceNot used. See Item.CurrentPrice and Variation.StartPrice.
property -
quantitySoldThe number of items sold from this variation. Subtract from
property
Quantity to determine the number of items available. -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Shopping_SellingStatusType.hconvertedCurrentPrice
Not used. See Item.ConvertedCurrentPrice.
@property (nonatomic, retain) Shopping_AmountType *convertedCurrentPriceDeclared In
Shopping_SellingStatusType.hcurrentPrice
Not used. See Item.CurrentPrice and Variation.StartPrice.
@property (nonatomic, retain) Shopping_AmountType *currentPriceDiscussion
Not used. See Item.CurrentPrice and Variation.StartPrice.
type : class Shopping_AmountType
Declared In
Shopping_SellingStatusType.hquantitySold
The number of items sold from this variation. Subtract from
Quantity to determine the number of items available.
@property (nonatomic, retain) NSNumber *quantitySoldDiscussion
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