Trading_SellingManagerProductType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_SellingManagerProductType.h Trading_SellingManagerProductType.m |
Tasks
-
sellingManagerProductDetails
Container for information about the product.
property -
sellingManagerTemplateDetailsArray
Contains the list of the seller’s templates contained in the product, one
property
SellingManagerTemplateType object per template. -
sellingManagerProductInventoryStatus
Container for statistics about the product.
property -
sellingManagerProductSpecifics
Specifies an eBay category associated with the product,
property
defines Item Specifics that are relevant to the product,
and defines variations available for the product
(which may be used to create mult-variation listings). -
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_SellingManagerProductType.h
sellingManagerProductDetails
Container for information about the product.
@property (nonatomic, retain) Trading_SellingManagerProductDetailsType *sellingManagerProductDetails
Discussion
Container for information about the product.
type : class Trading_SellingManagerProductDetailsType
Declared In
Trading_SellingManagerProductType.h
sellingManagerProductInventoryStatus
Container for statistics about the product.
@property (nonatomic, retain) Trading_SellingManagerProductInventoryStatusType *sellingManagerProductInventoryStatus
Discussion
Container for statistics about the product.
type : class Trading_SellingManagerProductInventoryStatusType
Declared In
Trading_SellingManagerProductType.h
sellingManagerProductSpecifics
Specifies an eBay category associated with the product,
defines Item Specifics that are relevant to the product,
and defines variations available for the product
(which may be used to create mult-variation listings).
@property (nonatomic, retain) Trading_SellingManagerProductSpecificsType *sellingManagerProductSpecifics
Discussion
Specifies an eBay category associated with the product,
defines Item Specifics that are relevant to the product,
and defines variations available for the product
(which may be used to create mult-variation listings).
type : class Trading_SellingManagerProductSpecificsType
Declared In
Trading_SellingManagerProductType.h
sellingManagerTemplateDetailsArray
Contains the list of the seller’s templates contained in the product, one
SellingManagerTemplateType object per template.
@property (nonatomic, retain) Trading_SellingManagerTemplateDetailsArrayType *sellingManagerTemplateDetailsArray
Discussion
Contains the list of the seller’s templates contained in the product, one
SellingManagerTemplateType object per template.
type : class Trading_SellingManagerTemplateDetailsArrayType
Declared In
Trading_SellingManagerProductType.h