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

  •   orderID

    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
  •   itemID

    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
  •   transactionID

    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
  •   refundLineArray

    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
  •   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_RefundTransactionType.h

itemID

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 *itemID

Discussion

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.h

orderID

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 *orderID

Discussion

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.h

refundLineArray

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 *refundLineArray

Discussion

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.h

transactionID

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 *transactionID

Discussion

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