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
-
duplicateInvocationID
The duplicate InvocationID.
property -
status
The status of the previous call that used the InvocationID.
property -
invocationTrackingID
The 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 *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_DuplicateInvocationDetailsType.h
duplicateInvocationID
The duplicate InvocationID.
@property (nonatomic, retain) NSString *duplicateInvocationID
Discussion
The duplicate InvocationID.
type : NSString, wrapper for primitive string
Declared In
Trading_DuplicateInvocationDetailsType.h
invocationTrackingID
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 *invocationTrackingID
Discussion
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