Trading_CancelOfferArrayType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_CancelOfferArrayType.h Trading_CancelOfferArrayType.m |
Overview
Container for a list of offers. May contain zero, one, or multiple
OfferType objects, each of which represents one offer extended by
a user on a listing.
@ingroup EBayAPIInterface
Tasks
-
cancelOffer
Contains the data for one offer. This includes: data for the user making the
property
offer, the amount of the offer, the quantity of items being bought from the
listing, the type of offer being made, and more. -
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_CancelOfferArrayType.h
cancelOffer
Contains the data for one offer. This includes: data for the user making the
offer, the amount of the offer, the quantity of items being bought from the
listing, the type of offer being made, and more.
@property (nonatomic, retain) NSMutableArray *cancelOffer
Discussion
Contains the data for one offer. This includes: data for the user making the
offer, the amount of the offer, the quantity of items being bought from the
listing, the type of offer being made, and more.
entry type : class Trading_CancelOfferType
Declared In
Trading_CancelOfferArrayType.h