Inherits from NSObject
Conforms to PicoBindable
Declared in Finding_UnitPriceInfo.h
Finding_UnitPriceInfo.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 FindingServicePortType

Tasks

  •   type

    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
  •   quantity
       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

Properties

quantity

   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 *quantity

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

Finding_UnitPriceInfo.h

type

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 *type

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

Finding_UnitPriceInfo.h