Trading_UnitOfMeasurementType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_UnitOfMeasurementType.h Trading_UnitOfMeasurementType.m |
Overview
Provides a mapping between suggested unit of measure strings and
other, less popular strings.
@ingroup EBayAPIInterface
Tasks
-
alternateText
A synonym for the unit of measure (such as a fully spelled out name
property
like “inches” instead of the standard abbreviation).
This can be used to help a seller map unit names they use in their
own catalog to unit names that are more popular on eBay. -
suggestedText
The preferred way to specify a given unit of measure name, such as
property
“in.” (instead of “inches” or the “ (double quote) symbol). -
any
(public property)
property
Properties
alternateText
A synonym for the unit of measure (such as a fully spelled out name
like “inches” instead of the standard abbreviation).
This can be used to help a seller map unit names they use in their
own catalog to unit names that are more popular on eBay.
@property (nonatomic, retain) NSMutableArray *alternateText
Discussion
A synonym for the unit of measure (such as a fully spelled out name
like “inches” instead of the standard abbreviation).
This can be used to help a seller map unit names they use in their
own catalog to unit names that are more popular on eBay.
entry type : NSString, wrapper for primitive string
Declared In
Trading_UnitOfMeasurementType.h
any
(public property)
@property (nonatomic, retain) NSMutableArray *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_UnitOfMeasurementType.h
suggestedText
The preferred way to specify a given unit of measure name, such as
“in.” (instead of “inches” or the “ (double quote) symbol).
@property (nonatomic, retain) NSString *suggestedText
Discussion
The preferred way to specify a given unit of measure name, such as
“in.” (instead of “inches” or the “ (double quote) symbol).
type : NSString, wrapper for primitive string
Declared In
Trading_UnitOfMeasurementType.h