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

Overview

Contains an order or a transaction. A transaction is the sale of one or
more items from a seller’s listing to a buyer. An order combines two or more transactions
into a single payment.

@ingroup EBayAPIInterface

Tasks

  •   order

    Contains the information describing an order.

    property
  •   transaction

    Contains the information describing a transaction.

    property
  •   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_OrderTransactionType.h

order

Contains the information describing an order.

@property (nonatomic, retain) Trading_OrderType *order

Discussion

Contains the information describing an order.

type : class Trading_OrderType

Declared In

Trading_OrderTransactionType.h

transaction

Contains the information describing a transaction.

@property (nonatomic, retain) Trading_TransactionType *transaction

Discussion

Contains the information describing a transaction.

type : class Trading_TransactionType

Declared In

Trading_OrderTransactionType.h