Trading_InventoryFeesType Class Reference
| 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
-
itemIDThe ItemID of the listing being changed.
property
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. -
feeContains the data for one fee (such as name and amount).
property -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_InventoryFeesType.hfee
Contains the data for one fee (such as name and amount).
@property (nonatomic, retain) NSMutableArray *feeDiscussion
Contains the data for one fee (such as name and amount).
entry type : class Trading_FeeType
Declared In
Trading_InventoryFeesType.hitemID
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 *itemIDDiscussion
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