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
-
quantityScheduled
Quantity of products scheduled to be listed.
property -
quantityActive
Quantity of products actively listed.
property -
quantitySold
Quantity of products sold.
property -
quantityUnsold
Quantity of product unsold.
property -
successPercent
Percentage of ended listings that sold.
property -
averageSellingPrice
Average selling price for the product.
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_SellingManagerProductInventoryStatusType.h
averageSellingPrice
Average selling price for the product.
@property (nonatomic, retain) Trading_AmountType *averageSellingPrice
Declared In
Trading_SellingManagerProductInventoryStatusType.h
quantityActive
Quantity of products actively listed.
@property (nonatomic, retain) NSNumber *quantityActive
Discussion
Quantity of products actively listed.
type : NSNumber, wrapper for primitive int
Declared In
Trading_SellingManagerProductInventoryStatusType.h
quantityScheduled
Quantity of products scheduled to be listed.
@property (nonatomic, retain) NSNumber *quantityScheduled
Discussion
Quantity of products scheduled to be listed.
type : NSNumber, wrapper for primitive int
Declared In
Trading_SellingManagerProductInventoryStatusType.h
quantitySold
Quantity of products sold.
@property (nonatomic, retain) NSNumber *quantitySold
Discussion
Quantity of products sold.
type : NSNumber, wrapper for primitive int
Declared In
Trading_SellingManagerProductInventoryStatusType.h