Trading_SellingManagerProductInventoryStatusType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_SellingManagerProductInventoryStatusType.h Trading_SellingManagerProductInventoryStatusType.m |
Overview
Describes the inventory status of a specific Selling Manager Product
@ingroup EBayAPIInterface
Tasks
-
quantityScheduledQuantity of products scheduled to be listed.
property -
quantityActiveQuantity of products actively listed.
property -
quantitySoldQuantity of products sold.
property -
quantityUnsoldQuantity of product unsold.
property -
successPercentPercentage of ended listings that sold.
property -
averageSellingPriceAverage selling price for the product.
property -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_SellingManagerProductInventoryStatusType.haverageSellingPrice
Average selling price for the product.
@property (nonatomic, retain) Trading_AmountType *averageSellingPriceDeclared In
Trading_SellingManagerProductInventoryStatusType.hquantityActive
Quantity of products actively listed.
@property (nonatomic, retain) NSNumber *quantityActiveDiscussion
Quantity of products actively listed.
type : NSNumber, wrapper for primitive int
Declared In
Trading_SellingManagerProductInventoryStatusType.hquantityScheduled
Quantity of products scheduled to be listed.
@property (nonatomic, retain) NSNumber *quantityScheduledDiscussion
Quantity of products scheduled to be listed.
type : NSNumber, wrapper for primitive int
Declared In
Trading_SellingManagerProductInventoryStatusType.hquantitySold
Quantity of products sold.
@property (nonatomic, retain) NSNumber *quantitySoldDiscussion
Quantity of products sold.
type : NSNumber, wrapper for primitive int
Declared In
Trading_SellingManagerProductInventoryStatusType.h