Trading_OrderIDArrayType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_OrderIDArrayType.h Trading_OrderIDArrayType.m |
Tasks
-
orderID
A unique identifier that identifies a single line item or multiple line
property
item (Combined Payment) order.
For the GetOrders and GetOrderTransactions calls, the OrderID field can handle a
hyphenated OrderLineItemID value. OrderLineItemID is a unique identifier for an
eBay transaction and is based upon the concatenation of ItemID and TransactionID
with a hyphen in between these two IDs.
Properties
orderID
A unique identifier that identifies a single line item or multiple line
item (Combined Payment) order.
For the GetOrders and GetOrderTransactions calls, the OrderID field can handle a
hyphenated OrderLineItemID value. OrderLineItemID is a unique identifier for an
eBay transaction and is based upon the concatenation of ItemID and TransactionID
with a hyphen in between these two IDs.
@property (nonatomic, retain) NSMutableArray *orderID
Discussion
A unique identifier that identifies a single line item or multiple line
item (Combined Payment) order.
For the GetOrders and GetOrderTransactions calls, the OrderID field can handle a
hyphenated OrderLineItemID value. OrderLineItemID is a unique identifier for an
eBay transaction and is based upon the concatenation of ItemID and TransactionID
with a hyphen in between these two IDs.
entry type : NSString, wrapper for primitive string
Declared In
Trading_OrderIDArrayType.h