Trading_SellingManagerTemplateDetailsType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_SellingManagerTemplateDetailsType.h Trading_SellingManagerTemplateDetailsType.m |
Tasks
-
saleTemplateID
ID of the template.
property -
saleTemplateName
Name of the template.
property -
successPercent
Success ratio.
property -
sellingManagerProductDetails
The details of the product that this template belongs to.
property -
template
ItemType object that contains the data for the specified template.
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_SellingManagerTemplateDetailsType.h
saleTemplateID
ID of the template.
@property (nonatomic, retain) NSString *saleTemplateID
Declared In
Trading_SellingManagerTemplateDetailsType.h
saleTemplateName
Name of the template.
@property (nonatomic, retain) NSString *saleTemplateName
Declared In
Trading_SellingManagerTemplateDetailsType.h
sellingManagerProductDetails
The details of the product that this template belongs to.
@property (nonatomic, retain) Trading_SellingManagerProductDetailsType *sellingManagerProductDetails
Discussion
The details of the product that this template belongs to.
type : class Trading_SellingManagerProductDetailsType
Declared In
Trading_SellingManagerTemplateDetailsType.h
successPercent
Success ratio.
@property (nonatomic, retain) NSNumber *successPercent
Discussion
Success ratio.
type : NSNumber, wrapper for primitive float
Declared In
Trading_SellingManagerTemplateDetailsType.h
template
ItemType object that contains the data for the specified template.
@property (nonatomic, retain) Trading_ItemType *template
Discussion
ItemType object that contains the data for the specified template.
type : class Trading_ItemType
Declared In
Trading_SellingManagerTemplateDetailsType.h