Inherits from Trading_AbstractResponseType : NSObject
Declared in Trading_GetAdFormatLeadsResponseType.h
Trading_GetAdFormatLeadsResponseType.m

Overview

Returns number of leads and contact and other information for each lead. One
AdFormatLead node is returned for each lead.

@ingroup EBayAPIInterface

Tasks

  •   adFormatLead

    Contains contact and other information for one lead. One node is
    returned for each lead. Only returned at a detail level of ReturnAll. At
    least one lead must be available for the specified item to return
    AdFormatLead.

    property
  •   adFormatLeadCount

    The total number of leads returned. Only returned if you do not
    specify a detail level.

    property

Properties

adFormatLead

Contains contact and other information for one lead. One node is
returned for each lead. Only returned at a detail level of ReturnAll. At
least one lead must be available for the specified item to return
AdFormatLead.

@property (nonatomic, retain) NSMutableArray *adFormatLead

Discussion

Contains contact and other information for one lead. One node is
returned for each lead. Only returned at a detail level of ReturnAll. At
least one lead must be available for the specified item to return
AdFormatLead.

entry type : class Trading_AdFormatLeadType

Declared In

Trading_GetAdFormatLeadsResponseType.h

adFormatLeadCount

The total number of leads returned. Only returned if you do not
specify a detail level.

@property (nonatomic, retain) NSNumber *adFormatLeadCount

Discussion

The total number of leads returned. Only returned if you do not
specify a detail level.

type : NSNumber, wrapper for primitive int

Declared In

Trading_GetAdFormatLeadsResponseType.h