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

Overview

Contains status information for items reported by the VeRO Program member.

@ingroup EBayAPIInterface

Tasks

  •   paginationResult

    Contains information regarding the pagination of data (if pagination is
    used), including total number of pages and total number of entries.

    property
  •   hasMoreItems

    If true, there are more items yet to be retrieved. Additional
    calls with higher page numbers or more items per page must
    be made to retrieve these items. Not returned if no items match the
    request.

    property
  •   itemsPerPage

    Indicates the maximum number of ItemType objects that can be returned in
    ReportedItemDetails for any given call.

    property
  •   pageNumber

    Indicates the page of data returned by the current call. For instance,
    for the first set of items can be returned, this field has a value of
    one.

    property
  •   veROReportPacketID

    The packet ID for status being returned.

    property
  •   veROReportPacketStatus

    Status of the packet.

    property
  •   reportedItemDetails

    Contains the list of the reported item details.
    Returns empty if no items are available that match the request.

    property

Properties

hasMoreItems

If true, there are more items yet to be retrieved. Additional
calls with higher page numbers or more items per page must
be made to retrieve these items. Not returned if no items match the
request.

@property (nonatomic, retain) NSNumber *hasMoreItems

Discussion

If true, there are more items yet to be retrieved. Additional
calls with higher page numbers or more items per page must
be made to retrieve these items. Not returned if no items match the
request.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_GetVeROReportStatusResponseType.h

itemsPerPage

Indicates the maximum number of ItemType objects that can be returned in
ReportedItemDetails for any given call.

@property (nonatomic, retain) NSNumber *itemsPerPage

Discussion

Indicates the maximum number of ItemType objects that can be returned in
ReportedItemDetails for any given call.

type : NSNumber, wrapper for primitive int

Declared In

Trading_GetVeROReportStatusResponseType.h

pageNumber

Indicates the page of data returned by the current call. For instance,
for the first set of items can be returned, this field has a value of
one.

@property (nonatomic, retain) NSNumber *pageNumber

Discussion

Indicates the page of data returned by the current call. For instance,
for the first set of items can be returned, this field has a value of
one.

type : NSNumber, wrapper for primitive int

Declared In

Trading_GetVeROReportStatusResponseType.h

paginationResult

Contains information regarding the pagination of data (if pagination is
used), including total number of pages and total number of entries.

@property (nonatomic, retain) Trading_PaginationResultType *paginationResult

Discussion

Contains information regarding the pagination of data (if pagination is
used), including total number of pages and total number of entries.

type : class Trading_PaginationResultType

Declared In

Trading_GetVeROReportStatusResponseType.h

reportedItemDetails

Contains the list of the reported item details.
Returns empty if no items are available that match the request.

@property (nonatomic, retain) Trading_VeROReportedItemDetailsType *reportedItemDetails

Discussion

Contains the list of the reported item details.
Returns empty if no items are available that match the request.

type : class Trading_VeROReportedItemDetailsType

Declared In

Trading_GetVeROReportStatusResponseType.h

veROReportPacketID

The packet ID for status being returned.

@property (nonatomic, retain) NSNumber *veROReportPacketID

Discussion

The packet ID for status being returned.

type : NSNumber, wrapper for primitive long

Declared In

Trading_GetVeROReportStatusResponseType.h

veROReportPacketStatus

Status of the packet.

@property (nonatomic, retain) NSString *veROReportPacketStatus

Discussion

Status of the packet.

type: string constant in Trading_VeROReportPacketStatusCodeType.h

Declared In

Trading_GetVeROReportStatusResponseType.h