Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_MeasureType.h
Trading_MeasureType.m

Overview

Basic type for specifying measures and the system of measurement.
A decimal value (e.g., 10.25) is meaningful
as a measure when accompanied by a definition of the unit of measure (e.g., Pounds),
in which case the value specifies the quantity of that unit.
A MeasureType expresses both the value (a decimal) and, optionally, the unit and
the system of measurement.
Details such as shipping weights are specified as measure types.

@ingroup EBayAPIInterface

Tasks

Properties

measurementSystem

(public property)

@property (nonatomic, retain) NSString *measurementSystem

Discussion

(public property)

type: string constant in Trading_MeasurementSystemCodeType.h

Declared In

Trading_MeasureType.h

unit

(public property)

@property (nonatomic, retain) NSString *unit

Discussion

(public property)

type : NSString, wrapper for primitive string

Declared In

Trading_MeasureType.h

value

(public property)

@property (nonatomic, retain) NSNumber *value

Discussion

(public property)

type : NSNumber, wrapper for primitive double

Declared In

Trading_MeasureType.h