Trading_BidGroupItemType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_BidGroupItemType.h Trading_BidGroupItemType.m |
Overview
This type is deprecated as the Bid Assistant feature is no longer available.
@ingroup EBayAPIInterface
Tasks
-
item
Contains a list of the items in a bid group.
property -
bidGroupItemStatus
Contains the status of the items in the bid group.
property -
maxBidAmount
Contains the maximum bid amount for the item in the bid group.
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_BidGroupItemType.h
bidGroupItemStatus
Contains the status of the items in the bid group.
@property (nonatomic, retain) NSString *bidGroupItemStatus
Discussion
Contains the status of the items in the bid group.
type: string constant in Trading_BidGroupItemStatusCodeType.h
Declared In
Trading_BidGroupItemType.h
item
Contains a list of the items in a bid group.
@property (nonatomic, retain) Trading_ItemType *item
Declared In
Trading_BidGroupItemType.h
maxBidAmount
Contains the maximum bid amount for the item in the bid group.
@property (nonatomic, retain) Trading_AmountType *maxBidAmount
Discussion
Contains the maximum bid amount for the item in the bid group.
type : class Trading_AmountType
Declared In
Trading_BidGroupItemType.h