Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_OrderIDArrayType.h
Trading_OrderIDArrayType.m

Overview

A list of unique identifiers for orders.

@ingroup EBayAPIInterface

Tasks

  •   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

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