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

Overview

Contains information about a user as a buyer.

@ingroup EBayAPIInterface

Tasks

  •   shippingAddress

    Contains the shipping address of the buyer. See AddressType for its child elements. GetAllBidders
    is returning only Country and PostalCode currently.
    Output only.

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

shippingAddress

Contains the shipping address of the buyer. See AddressType for its child elements. GetAllBidders
is returning only Country and PostalCode currently.
Output only.

@property (nonatomic, retain) Trading_AddressType *shippingAddress

Discussion

Contains the shipping address of the buyer. See AddressType for its child elements. GetAllBidders
is returning only Country and PostalCode currently.
Output only.

type : class Trading_AddressType

Declared In

Trading_BuyerType.h