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

Overview

Contains information about a single refund. A refund contains information about the
amount refunded for an order line item to a single buyer.


Note: Three RefundType fields
(RefundFromSeller, RefundTime and TotalRefundToBuyer) are returned (for GetOrders)
only if a refund has been issued against a Half.com order line item.

@ingroup EBayAPIInterface

Tasks

  •   refundFromSeller

    Total amount refunded by the seller for this order line item.


    Note: This field is
    returned (for GetOrders) only if a refund has been issued against a Half.com
    order line item.

    property
  •   totalRefundToBuyer

    Total amount refunded to the buyer for this order line item.


    Note: This field is
    returned (for GetOrders) only if a refund has been issued against a Half.com
    order line item.

    property
  •   refundTime

    The date and time at which the refund was issued.


    Note: This field is
    returned (for GetOrders) only if a refund has been issued against a Half.com
    order line item.

    property
  •   refundID

    The refund ID for this refund.




    Note: For eBay orders,
    Refund containers are only returned for DE/AT orders subject to the new eBay
    payment process.

    property
  •   refundTransactionArray

    A container consisting of details about an order line item against which the seller issued a refund.


    Note: For eBay orders,
    Refund containers are only returned for DE/AT orders subject to the new eBay
    payment process.

    property
  •   refundAmount

    The total amount of the refund requested.


    Note: For eBay orders,
    Refund containers are only returned for DE/AT orders subject to the new eBay
    payment process.

    property
  •   refundStatus

    A code indicating the status of the refund request.


    Note: For eBay orders,
    Refund containers are only returned for DE/AT orders subject to the new eBay
    payment process.

    property
  •   refundFailureReason

    This describes the reason why a refund was not issued by the seller.


    Note: For eBay orders,
    Refund containers are only returned for DE/AT orders subject to the new eBay
    payment process.

    property
  •   refundFundingSourceArray

    This container lists the funding sources for the refund.


    Note: For eBay orders,
    Refund containers are only returned for DE/AT orders subject to the new eBay
    payment process.

    property
  •   externalReferenceID

    The unique external reference ID that was passed by the seller when requesting the refund. This ID helps to prevent duplication of refund requests.


    Note: For eBay orders,
    Refund containers are only returned for DE/AT orders subject to the new eBay
    payment process.

    property
  •   refundRequestedTime

    The date and time when the refund was requested.


    Note: For eBay orders,
    Refund containers are only returned for DE/AT orders subject to the new eBay
    payment process.

    property
  •   refundCompletionTime

    The date and time that the refund was completed.


    Note: For eBay orders,
    Refund containers are only returned for DE/AT orders subject to the new eBay
    payment process.

    property
  •   estimatedRefundCompletionTime

    The estimated date and time that the refund is expected to be completed.


    Note: For eBay orders,
    Refund containers are only returned for DE/AT orders subject to the new eBay
    payment process.

    property
  •   sellerNoteToBuyer

    Comments made by the the seller to the buyer.


    Note: For eBay orders,
    Refund containers are only returned 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_RefundType.h

estimatedRefundCompletionTime

The estimated date and time that the refund is expected to be completed.


Note: For eBay orders,
Refund containers are only returned for DE/AT orders subject to the new eBay
payment process.

@property (nonatomic, retain) NSDate *estimatedRefundCompletionTime

Discussion

The estimated date and time that the refund is expected to be completed.


Note: For eBay orders,
Refund containers are only returned for DE/AT orders subject to the new eBay
payment process.

type : NSDate, wrapper for primitive date

Declared In

Trading_RefundType.h

externalReferenceID

The unique external reference ID that was passed by the seller when requesting the refund. This ID helps to prevent duplication of refund requests.


Note: For eBay orders,
Refund containers are only returned for DE/AT orders subject to the new eBay
payment process.

@property (nonatomic, retain) NSString *externalReferenceID

Discussion

The unique external reference ID that was passed by the seller when requesting the refund. This ID helps to prevent duplication of refund requests.


Note: For eBay orders,
Refund containers are only returned for DE/AT orders subject to the new eBay
payment process.

type : NSString, wrapper for primitive string

Declared In

Trading_RefundType.h

refundAmount

The total amount of the refund requested.


Note: For eBay orders,
Refund containers are only returned for DE/AT orders subject to the new eBay
payment process.

@property (nonatomic, retain) Trading_AmountType *refundAmount

Discussion

The total amount of the refund requested.


Note: For eBay orders,
Refund containers are only returned for DE/AT orders subject to the new eBay
payment process.

type : class Trading_AmountType

Declared In

Trading_RefundType.h

refundCompletionTime

The date and time that the refund was completed.


Note: For eBay orders,
Refund containers are only returned for DE/AT orders subject to the new eBay
payment process.

@property (nonatomic, retain) NSDate *refundCompletionTime

Discussion

The date and time that the refund was completed.


Note: For eBay orders,
Refund containers are only returned for DE/AT orders subject to the new eBay
payment process.

type : NSDate, wrapper for primitive date

Declared In

Trading_RefundType.h

refundFailureReason

This describes the reason why a refund was not issued by the seller.


Note: For eBay orders,
Refund containers are only returned for DE/AT orders subject to the new eBay
payment process.

@property (nonatomic, retain) Trading_RefundFailureReasonType *refundFailureReason

Discussion

This describes the reason why a refund was not issued by the seller.


Note: For eBay orders,
Refund containers are only returned for DE/AT orders subject to the new eBay
payment process.

type : class Trading_RefundFailureReasonType

Declared In

Trading_RefundType.h

refundFromSeller

Total amount refunded by the seller for this order line item.


Note: This field is
returned (for GetOrders) only if a refund has been issued against a Half.com
order line item.

@property (nonatomic, retain) Trading_AmountType *refundFromSeller

Discussion

Total amount refunded by the seller for this order line item.


Note: This field is
returned (for GetOrders) only if a refund has been issued against a Half.com
order line item.

type : class Trading_AmountType

Declared In

Trading_RefundType.h

refundFundingSourceArray

This container lists the funding sources for the refund.


Note: For eBay orders,
Refund containers are only returned for DE/AT orders subject to the new eBay
payment process.

@property (nonatomic, retain) Trading_RefundFundingSourceArrayType *refundFundingSourceArray

Discussion

This container lists the funding sources for the refund.


Note: For eBay orders,
Refund containers are only returned for DE/AT orders subject to the new eBay
payment process.

type : class Trading_RefundFundingSourceArrayType

Declared In

Trading_RefundType.h

refundID

The refund ID for this refund.




Note: For eBay orders,
Refund containers are only returned for DE/AT orders subject to the new eBay
payment process.

@property (nonatomic, retain) NSString *refundID

Discussion

The refund ID for this refund.




Note: For eBay orders,
Refund containers are only returned for DE/AT orders subject to the new eBay
payment process.

type : NSString, wrapper for primitive string

Declared In

Trading_RefundType.h

refundRequestedTime

The date and time when the refund was requested.


Note: For eBay orders,
Refund containers are only returned for DE/AT orders subject to the new eBay
payment process.

@property (nonatomic, retain) NSDate *refundRequestedTime

Discussion

The date and time when the refund was requested.


Note: For eBay orders,
Refund containers are only returned for DE/AT orders subject to the new eBay
payment process.

type : NSDate, wrapper for primitive date

Declared In

Trading_RefundType.h

refundStatus

A code indicating the status of the refund request.


Note: For eBay orders,
Refund containers are only returned for DE/AT orders subject to the new eBay
payment process.

@property (nonatomic, retain) NSString *refundStatus

Discussion

A code indicating the status of the refund request.


Note: For eBay orders,
Refund containers are only returned for DE/AT orders subject to the new eBay
payment process.

type: string constant in Trading_RefundStatusCodeType.h

Declared In

Trading_RefundType.h

refundTime

The date and time at which the refund was issued.


Note: This field is
returned (for GetOrders) only if a refund has been issued against a Half.com
order line item.

@property (nonatomic, retain) NSDate *refundTime

Discussion

The date and time at which the refund was issued.


Note: This field is
returned (for GetOrders) only if a refund has been issued against a Half.com
order line item.

type : NSDate, wrapper for primitive date

Declared In

Trading_RefundType.h

refundTransactionArray

A container consisting of details about an order line item against which the seller issued a refund.


Note: For eBay orders,
Refund containers are only returned for DE/AT orders subject to the new eBay
payment process.

@property (nonatomic, retain) Trading_RefundTransactionArrayType *refundTransactionArray

Discussion

A container consisting of details about an order line item against which the seller issued a refund.


Note: For eBay orders,
Refund containers are only returned for DE/AT orders subject to the new eBay
payment process.

type : class Trading_RefundTransactionArrayType

Declared In

Trading_RefundType.h

sellerNoteToBuyer

Comments made by the the seller to the buyer.


Note: For eBay orders,
Refund containers are only returned for DE/AT orders subject to the new eBay
payment process.

@property (nonatomic, retain) NSString *sellerNoteToBuyer

Discussion

Comments made by the the seller to the buyer.


Note: For eBay orders,
Refund containers are only returned for DE/AT orders subject to the new eBay
payment process.

type : NSString, wrapper for primitive string

Declared In

Trading_RefundType.h

totalRefundToBuyer

Total amount refunded to the buyer for this order line item.


Note: This field is
returned (for GetOrders) only if a refund has been issued against a Half.com
order line item.

@property (nonatomic, retain) Trading_AmountType *totalRefundToBuyer

Discussion

Total amount refunded to the buyer for this order line item.


Note: This field is
returned (for GetOrders) only if a refund has been issued against a Half.com
order line item.

type : class Trading_AmountType

Declared In

Trading_RefundType.h