Trading_UnitOfMeasurementDetailsType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_UnitOfMeasurementDetailsType.h Trading_UnitOfMeasurementDetailsType.m |
Overview
Type defining the UnitOfMeasurementDetails container, which consists
of suggested and alternative ways of referring to units of measurement.
@ingroup EBayAPIInterface
Tasks
-
unitOfMeasurementContainer consisting of suggested (SuggestedText values) and
property
alternative ways (AlternateText values) of referring to units of
measurement. -
detailVersionReturns the latest version number for this field. The version can be
property
used to determine if and when to refresh cached client data. -
updateTimeGives the time in GMT that the feature flags for the details were last
property
updated. This timestamp can be used to determine if and when to refresh
cached client data. -
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_UnitOfMeasurementDetailsType.hdetailVersion
Returns the latest version number for this field. The version can be
used to determine if and when to refresh cached client data.
@property (nonatomic, retain) NSString *detailVersionDiscussion
Returns the latest version number for this field. The version can be
used to determine if and when to refresh cached client data.
type : NSString, wrapper for primitive string
Declared In
Trading_UnitOfMeasurementDetailsType.hunitOfMeasurement
Container consisting of suggested (SuggestedText values) and
alternative ways (AlternateText values) of referring to units of
measurement.
@property (nonatomic, retain) NSMutableArray *unitOfMeasurementDiscussion
Container consisting of suggested (SuggestedText values) and
alternative ways (AlternateText values) of referring to units of
measurement.
entry type : class Trading_UnitOfMeasurementType
Declared In
Trading_UnitOfMeasurementDetailsType.hupdateTime
Gives the time in GMT that the feature flags for the details were last
updated. This timestamp can be used to determine if and when to refresh
cached client data.
@property (nonatomic, retain) NSDate *updateTimeDiscussion
Gives the time in GMT that the feature flags for the details were last
updated. This timestamp can be used to determine if and when to refresh
cached client data.
type : NSDate, wrapper for primitive date
Declared In
Trading_UnitOfMeasurementDetailsType.h