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

  •   offer

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

    (public property)

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

explanation

(public property)

@property (nonatomic, retain) NSString *explanation

Discussion

(public property)

type : NSString, wrapper for primitive string

Declared In

Trading_CancelOfferType.h

offer

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) Trading_OfferType *offer

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.

type : class Trading_OfferType

Declared In

Trading_CancelOfferType.h