Trading_SellingManagerTemplateDetailsType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_SellingManagerTemplateDetailsType.h Trading_SellingManagerTemplateDetailsType.m |
Tasks
-
saleTemplateIDID of the template.
property -
saleTemplateNameName of the template.
property -
successPercentSuccess ratio.
property -
sellingManagerProductDetailsThe details of the product that this template belongs to.
property -
templateItemType object that contains the data for the specified template.
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_SellingManagerTemplateDetailsType.hsaleTemplateID
ID of the template.
@property (nonatomic, retain) NSString *saleTemplateIDDeclared In
Trading_SellingManagerTemplateDetailsType.hsaleTemplateName
Name of the template.
@property (nonatomic, retain) NSString *saleTemplateNameDeclared In
Trading_SellingManagerTemplateDetailsType.hsellingManagerProductDetails
The details of the product that this template belongs to.
@property (nonatomic, retain) Trading_SellingManagerProductDetailsType *sellingManagerProductDetailsDiscussion
The details of the product that this template belongs to.
type : class Trading_SellingManagerProductDetailsType
Declared In
Trading_SellingManagerTemplateDetailsType.hsuccessPercent
Success ratio.
@property (nonatomic, retain) NSNumber *successPercentDiscussion
Success ratio.
type : NSNumber, wrapper for primitive float
Declared In
Trading_SellingManagerTemplateDetailsType.htemplate
ItemType object that contains the data for the specified template.
@property (nonatomic, retain) Trading_ItemType *templateDiscussion
ItemType object that contains the data for the specified template.
type : class Trading_ItemType
Declared In
Trading_SellingManagerTemplateDetailsType.h