Trading_DuplicateInvocationDetailsType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_DuplicateInvocationDetailsType.h Trading_DuplicateInvocationDetailsType.m |
Overview
Contains properties that provide information on duplicate uses of InvocationIDs.
@ingroup EBayAPIInterface
Tasks
-
duplicateInvocationIDThe duplicate InvocationID.
property -
statusThe status of the previous call that used the InvocationID.
property -
invocationTrackingIDThe id that identifies the business item the previous API invocation
property
created. For example, the ItemID of the item created by an AddItem call. -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_DuplicateInvocationDetailsType.hduplicateInvocationID
The duplicate InvocationID.
@property (nonatomic, retain) NSString *duplicateInvocationIDDiscussion
The duplicate InvocationID.
type : NSString, wrapper for primitive string
Declared In
Trading_DuplicateInvocationDetailsType.hinvocationTrackingID
The id that identifies the business item the previous API invocation
created. For example, the ItemID of the item created by an AddItem call.
@property (nonatomic, retain) NSString *invocationTrackingIDDiscussion
The id that identifies the business item the previous API invocation
created. For example, the ItemID of the item created by an AddItem call.
type : NSString, wrapper for primitive string
Declared In
Trading_DuplicateInvocationDetailsType.h