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

Overview

Response contains the Want It Now posts that have the specified keyword(s) in the
title and (optionally) the description.

@ingroup EBayAPIInterface

Tasks

  •   wantItNowPostArray

    Contains the returned Want It Now posts, if any. The data for each post is
    returned in a WantItNowPostType object.

    property
  •   hasMoreItems

    Indicates whether there are additional Want It Now posts that meet the
    search criteria.

    property
  •   itemsPerPage

    Indicates the maximum number of Want It Now posts that can be returned in
    a WantItNowPostArray for a request. This value can be specified in the
    request by EntriesPerPage in Pagination in the request.

    property
  •   pageNumber

    Indicates the page of data returned by the current call.

    property
  •   paginationResult

    Indicates the results of the pagination, including the total number of
    pages of data there are to be returned and the total number of posts there
    are to be returned.

    property

Properties

hasMoreItems

Indicates whether there are additional Want It Now posts that meet the
search criteria.

@property (nonatomic, retain) NSNumber *hasMoreItems

Discussion

Indicates whether there are additional Want It Now posts that meet the
search criteria.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_GetWantItNowSearchResultsResponseType.h

itemsPerPage

Indicates the maximum number of Want It Now posts that can be returned in
a WantItNowPostArray for a request. This value can be specified in the
request by EntriesPerPage in Pagination in the request.

@property (nonatomic, retain) NSNumber *itemsPerPage

Discussion

Indicates the maximum number of Want It Now posts that can be returned in
a WantItNowPostArray for a request. This value can be specified in the
request by EntriesPerPage in Pagination in the request.

type : NSNumber, wrapper for primitive int

Declared In

Trading_GetWantItNowSearchResultsResponseType.h

pageNumber

Indicates the page of data returned by the current call.

@property (nonatomic, retain) NSNumber *pageNumber

Discussion

Indicates the page of data returned by the current call.

type : NSNumber, wrapper for primitive int

Declared In

Trading_GetWantItNowSearchResultsResponseType.h

paginationResult

Indicates the results of the pagination, including the total number of
pages of data there are to be returned and the total number of posts there
are to be returned.

@property (nonatomic, retain) Trading_PaginationResultType *paginationResult

Discussion

Indicates the results of the pagination, including the total number of
pages of data there are to be returned and the total number of posts there
are to be returned.

type : class Trading_PaginationResultType

Declared In

Trading_GetWantItNowSearchResultsResponseType.h

wantItNowPostArray

Contains the returned Want It Now posts, if any. The data for each post is
returned in a WantItNowPostType object.

@property (nonatomic, retain) Trading_WantItNowPostArrayType *wantItNowPostArray

Discussion

Contains the returned Want It Now posts, if any. The data for each post is
returned in a WantItNowPostType object.

type : class Trading_WantItNowPostArrayType

Declared In

Trading_GetWantItNowSearchResultsResponseType.h