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

Overview

Describes vendor information.

@ingroup EBayAPIInterface

Tasks

  •   vendorName

    Primary vendor name. Vendor information is returned only if it has been set.

    property
  •   vendorContactInfo

    Contact information of vendor. Vendor information is returned only if it has been set.

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

vendorContactInfo

Contact information of vendor. Vendor information is returned only if it has been set.

@property (nonatomic, retain) NSString *vendorContactInfo

Discussion

Contact information of vendor. Vendor information is returned only if it has been set.

type : NSString, wrapper for primitive string

Declared In

Trading_SellingManagerVendorDetailsType.h

vendorName

Primary vendor name. Vendor information is returned only if it has been set.

@property (nonatomic, retain) NSString *vendorName

Discussion

Primary vendor name. Vendor information is returned only if it has been set.

type : NSString, wrapper for primitive string

Declared In

Trading_SellingManagerVendorDetailsType.h