Trading_GetVeROReportStatusResponseType Class Reference
| 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
-
paginationResultContains information regarding the pagination of data (if pagination is
property
used), including total number of pages and total number of entries. -
hasMoreItemsIf true, there are more items yet to be retrieved. Additional
property
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. -
itemsPerPageIndicates the maximum number of ItemType objects that can be returned in
property
ReportedItemDetails for any given call. -
pageNumberIndicates the page of data returned by the current call. For instance,
property
for the first set of items can be returned, this field has a value of
one. -
veROReportPacketIDThe packet ID for status being returned.
property -
veROReportPacketStatusStatus of the packet.
property -
reportedItemDetailsContains the list of the reported item details.
property
Returns empty if no items are available that match the request.
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 *hasMoreItemsDiscussion
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.hitemsPerPage
Indicates the maximum number of ItemType objects that can be returned in
ReportedItemDetails for any given call.
@property (nonatomic, retain) NSNumber *itemsPerPageDiscussion
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.hpageNumber
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 *pageNumberDiscussion
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.hpaginationResult
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 *paginationResultDiscussion
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.hreportedItemDetails
Contains the list of the reported item details.
Returns empty if no items are available that match the request.
@property (nonatomic, retain) Trading_VeROReportedItemDetailsType *reportedItemDetailsDiscussion
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