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

Overview

This is used in ReviseInventoryStatus response to provide the set of
fees associated with each unique ItemID..

@ingroup EBayAPIInterface

Tasks

  •   itemID

    The ItemID of the listing being changed.


    The ReviseInventoryStatus response includes a separate
    set of fees for each item that was successfully revised.



    Use the ItemID to correlate the Fees data with the InventoryStatus data in the response.

    property
  •   fee

    Contains the data for one fee (such as name and amount).

    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_InventoryFeesType.h

fee

Contains the data for one fee (such as name and amount).

@property (nonatomic, retain) NSMutableArray *fee

Discussion

Contains the data for one fee (such as name and amount).

entry type : class Trading_FeeType

Declared In

Trading_InventoryFeesType.h

itemID

The ItemID of the listing being changed.


The ReviseInventoryStatus response includes a separate
set of fees for each item that was successfully revised.



Use the ItemID to correlate the Fees data with the InventoryStatus data in the response.

@property (nonatomic, retain) NSString *itemID

Discussion

The ItemID of the listing being changed.


The ReviseInventoryStatus response includes a separate
set of fees for each item that was successfully revised.



Use the ItemID to correlate the Fees data with the InventoryStatus data in the response.

type : NSString, wrapper for primitive string

Declared In

Trading_InventoryFeesType.h