Trading_RefundType Class Reference
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.
property
Note: This field is
returned (for GetOrders) only if a refund has been issued against a Half.com
order line item. -
totalRefundToBuyer
Total amount refunded to the buyer for this order line item.
property
Note: This field is
returned (for GetOrders) only if a refund has been issued against a Half.com
order line item. -
refundTime
The date and time at which the refund was issued.
property
Note: This field is
returned (for GetOrders) only if a refund has been issued against a Half.com
order line item. -
refundID
The refund ID for this refund.
property
Note: For eBay orders,
Refund containers are only returned for DE/AT orders subject to the new eBay
payment process. -
refundTransactionArray
A container consisting of details about an order line item against which the seller issued a refund.
property
Note: For eBay orders,
Refund containers are only returned for DE/AT orders subject to the new eBay
payment process. -
refundAmount
The total amount of the refund requested.
property
Note: For eBay orders,
Refund containers are only returned for DE/AT orders subject to the new eBay
payment process. -
refundStatus
A code indicating the status of the refund request.
property
Note: For eBay orders,
Refund containers are only returned for DE/AT orders subject to the new eBay
payment process. -
refundFailureReason
This describes the reason why a refund was not issued by the seller.
property
Note: For eBay orders,
Refund containers are only returned for DE/AT orders subject to the new eBay
payment process. -
refundFundingSourceArray
This container lists the funding sources for the refund.
property
Note: For eBay orders,
Refund containers are only returned for DE/AT orders subject to the new eBay
payment process. -
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.
property
Note: For eBay orders,
Refund containers are only returned for DE/AT orders subject to the new eBay
payment process. -
refundRequestedTime
The date and time when the refund was requested.
property
Note: For eBay orders,
Refund containers are only returned for DE/AT orders subject to the new eBay
payment process. -
refundCompletionTime
The date and time that the refund was completed.
property
Note: For eBay orders,
Refund containers are only returned for DE/AT orders subject to the new eBay
payment process. -
estimatedRefundCompletionTime
The estimated date and time that the refund is expected to be completed.
property
Note: For eBay orders,
Refund containers are only returned for DE/AT orders subject to the new eBay
payment process. -
sellerNoteToBuyer
Comments made by the the seller to the buyer.
property
Note: For eBay orders,
Refund containers are only returned for DE/AT orders subject to the new eBay
payment process. -
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