Trading_RefundTransactionType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_RefundTransactionType.h Trading_RefundTransactionType.m |
Overview
A container consisting of details about the order line item against which the seller
issued a refund. If an order ID is present, it indicates that the refund was issued
against the entire order. If an item ID and transaction ID are present, that indicates
that the refund was issued against that particular order line item.
@ingroup EBayAPIInterface
Tasks
-
orderIDThe order against which the refund was issued. The presence of this value indicates that the refund was issued against the entire order.
property
Note: RefundTransaction containers are returned
(for GetOrders and other order retrieval calls) for DE/AT orders subject to the
new eBay payment process.
-
itemIDThe item against which the refund was issued. This value must be accompanied by a TransactionID value.
property
Note: RefundTransaction containers are returned
(for GetOrders and other order retrieval calls) for DE/AT orders subject to the
new eBay payment process.
-
transactionIDThe transaction against which the refund was issued. This value must be accompanied by an ItemID value.
property
Note: RefundTransaction containers are returned
(for GetOrders and other order retrieval calls) for DE/AT orders subject to the
new eBay payment process.
-
refundLineArrayAn array of refund lines identifying the order line items against which the refund was issued.
property
Note: RefundTransaction containers are returned
(for GetOrders and other order retrieval calls) for DE/AT orders subject to the
new eBay payment process.
-
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_RefundTransactionType.hitemID
The item against which the refund was issued. This value must be accompanied by a TransactionID value.
Note: RefundTransaction containers are returned
(for GetOrders and other order retrieval calls) for DE/AT orders subject to the
new eBay payment process.
@property (nonatomic, retain) NSString *itemIDDiscussion
The item against which the refund was issued. This value must be accompanied by a TransactionID value.
Note: RefundTransaction containers are returned
(for GetOrders and other order retrieval calls) for DE/AT orders subject to the
new eBay payment process.
type : NSString, wrapper for primitive string
Declared In
Trading_RefundTransactionType.horderID
The order against which the refund was issued. The presence of this value indicates that the refund was issued against the entire order.
Note: RefundTransaction containers are returned
(for GetOrders and other order retrieval calls) for DE/AT orders subject to the
new eBay payment process.
@property (nonatomic, retain) NSString *orderIDDiscussion
The order against which the refund was issued. The presence of this value indicates that the refund was issued against the entire order.
Note: RefundTransaction containers are returned
(for GetOrders and other order retrieval calls) for DE/AT orders subject to the
new eBay payment process.
type : NSString, wrapper for primitive string
Declared In
Trading_RefundTransactionType.hrefundLineArray
An array of refund lines identifying the order line items against which the refund was issued.
Note: RefundTransaction containers are returned
(for GetOrders and other order retrieval calls) for DE/AT orders subject to the
new eBay payment process.
@property (nonatomic, retain) Trading_RefundLineArrayType *refundLineArrayDiscussion
An array of refund lines identifying the order line items against which the refund was issued.
Note: RefundTransaction containers are returned
(for GetOrders and other order retrieval calls) for DE/AT orders subject to the
new eBay payment process.
type : class Trading_RefundLineArrayType
Declared In
Trading_RefundTransactionType.htransactionID
The transaction against which the refund was issued. This value must be accompanied by an ItemID value.
Note: RefundTransaction containers are returned
(for GetOrders and other order retrieval calls) for DE/AT orders subject to the
new eBay payment process.
@property (nonatomic, retain) NSString *transactionIDDiscussion
The transaction against which the refund was issued. This value must be accompanied by an ItemID value.
Note: RefundTransaction containers are returned
(for GetOrders and other order retrieval calls) for DE/AT orders subject to the
new eBay payment process.
type : NSString, wrapper for primitive string
Declared In
Trading_RefundTransactionType.h