Trading_EndItemResponseContainerType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_EndItemResponseContainerType.h Trading_EndItemResponseContainerType.m |
Overview
Includes the acknowledgement of date and time the auction was
ended due to the call to EndItem.
@ingroup EBayAPIInterface
Tasks
-
endTime
Indicates the date and time (returned in GMT) the specified item listing
property
was ended.
Also applicable to Half.com. -
correlationID
Most Trading API calls support a MessageID element in the request
property
and a CorrelationID element in the response. With
EndItems, the seller can pass in a different
MessageID value for
each EndItemRequestContainer container that is used in the request. The
CorrelationID value returned under each
EndItemResponseContainer container is used to correlate each
End Item request container with its corresponding End Item response container. The same MessageID value that you pass into a request will
be returned in the CorrelationID field in the response.
If you do not pass in a MessageID value in the request,
CorrelationID is not returned. -
errors
A list of application-level errors or warnings (if any) that were raised
property
when eBay processed the request.
Application-level errors occur due to
problems with business-level data on the client side or on the eBay
server side. For example, an error would occur if the request contains
an invalid combination of fields, or it is missing a required field,
or the value of the field is not recognized. An error could also occur
if eBay encountered a problem in our internal business logic while
processing the request.
Only returned if there were warnings or errors. -
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_EndItemResponseContainerType.h
correlationID
Most Trading API calls support a MessageID element in the request
and a CorrelationID element in the response. With
EndItems, the seller can pass in a different
MessageID value for
each EndItemRequestContainer container that is used in the request. The
CorrelationID value returned under each
EndItemResponseContainer container is used to correlate each
End Item request container with its corresponding End Item response container. The same MessageID value that you pass into a request will
be returned in the CorrelationID field in the response.
If you do not pass in a MessageID value in the request,
CorrelationID is not returned.
@property (nonatomic, retain) NSString *correlationID
Discussion
Most Trading API calls support a MessageID element in the request
and a CorrelationID element in the response. With
EndItems, the seller can pass in a different
MessageID value for
each EndItemRequestContainer container that is used in the request. The
CorrelationID value returned under each
EndItemResponseContainer container is used to correlate each
End Item request container with its corresponding End Item response container. The same MessageID value that you pass into a request will
be returned in the CorrelationID field in the response.
If you do not pass in a MessageID value in the request,
CorrelationID is not returned.
type : NSString, wrapper for primitive string
Declared In
Trading_EndItemResponseContainerType.h
endTime
Indicates the date and time (returned in GMT) the specified item listing
was ended.
Also applicable to Half.com.
@property (nonatomic, retain) NSDate *endTime
Discussion
Indicates the date and time (returned in GMT) the specified item listing
was ended.
Also applicable to Half.com.
type : NSDate, wrapper for primitive date
Declared In
Trading_EndItemResponseContainerType.h
errors
A list of application-level errors or warnings (if any) that were raised
when eBay processed the request.
Application-level errors occur due to
problems with business-level data on the client side or on the eBay
server side. For example, an error would occur if the request contains
an invalid combination of fields, or it is missing a required field,
or the value of the field is not recognized. An error could also occur
if eBay encountered a problem in our internal business logic while
processing the request.
Only returned if there were warnings or errors.
@property (nonatomic, retain) NSMutableArray *errors
Discussion
A list of application-level errors or warnings (if any) that were raised
when eBay processed the request.
Application-level errors occur due to
problems with business-level data on the client side or on the eBay
server side. For example, an error would occur if the request contains
an invalid combination of fields, or it is missing a required field,
or the value of the field is not recognized. An error could also occur
if eBay encountered a problem in our internal business logic while
processing the request.
Only returned if there were warnings or errors.
entry type : class Trading_ErrorType
Declared In
Trading_EndItemResponseContainerType.h