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

Overview

This type provides information about the weight, volume or other quantity measurement of a listed item so buyers can compare per-unit prices. The European Union requires listings for certain types of products to include the price per unit. eBay uses this information and the item’s listed price to calculate and display the unit price on eBay EU sites.

@ingroup ShoppingInterface

Tasks

  •   unitType

    Designation of size, weight, volume or count to be used to specify the unit quantity of the item. The 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 item in the specified unit type. eBay will divide the item price by this number to get the price per unit that will 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

Shopping_UnitInfoType.h

unitQuantity

Number of units of size, weight, volume or count of the item in the specified unit type. eBay will divide the item price by this number to get the price per unit that will 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 item in the specified unit type. eBay will divide the item price by this number to get the price per unit that will be displayed in the item listing for comparison purposes.

type : NSNumber, wrapper for primitive double

Declared In

Shopping_UnitInfoType.h

unitType

Designation of size, weight, volume or count to be used to specify the unit quantity of the item. The 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. The 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

Shopping_UnitInfoType.h