Trading_UnitInfoType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_UnitInfoType.h Trading_UnitInfoType.m |
Overview
This type provides information about the weight, volume or other quantity measurement of a listed item. The European Union requires listings for certain types of products to include the price per unit so buyers can accurately compare prices. eBay uses the UnitType and UnitQuantity values and the item’s listed price to calculate and display the per-unit price on eBay EU sites.
@ingroup EBayAPIInterface
Tasks
-
unitType
Designation of size, weight, volume or count to be used to specify the unit quantity of the item. This value can be one of the following:
Kg 100g 10g L 100ml 10ml M M2 M3 Unit
property -
unitQuantity
Number of units of size, weight, volume or count of the specified unit type for the item. eBay divides the item price by this number to get the price per unit to be displayed in the item listing for comparison purposes.
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_UnitInfoType.h
unitQuantity
Number of units of size, weight, volume or count of the specified unit type for the item. eBay divides the item price by this number to get the price per unit to be displayed in the item listing for comparison purposes.
@property (nonatomic, retain) NSNumber *unitQuantity
Discussion
Number of units of size, weight, volume or count of the specified unit type for the item. eBay divides the item price by this number to get the price per unit to be displayed in the item listing for comparison purposes.
type : NSNumber, wrapper for primitive double
Declared In
Trading_UnitInfoType.h
unitType
Designation of size, weight, volume or count to be used to specify the unit quantity of the item. This value can be one of the following:
Kg 100g 10g L 100ml 10ml M M2 M3 Unit
@property (nonatomic, retain) NSString *unitType
Discussion
Designation of size, weight, volume or count to be used to specify the unit quantity of the item. This value can be one of the following:
Kg 100g 10g L 100ml 10ml M M2 M3 Unit
type : NSString, wrapper for primitive string
Declared In
Trading_UnitInfoType.h