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
-
refundFromSellerTotal 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. -
totalRefundToBuyerTotal 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. -
refundTimeThe 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. -
refundIDThe 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. -
refundTransactionArrayA 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. -
refundAmountThe 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. -
refundStatusA 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. -
refundFailureReasonThis 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. -
refundFundingSourceArrayThis 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. -
externalReferenceIDThe 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. -
refundRequestedTimeThe 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. -
refundCompletionTimeThe 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. -
estimatedRefundCompletionTimeThe 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. -
sellerNoteToBuyerComments 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 *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_RefundType.hestimatedRefundCompletionTime
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 *estimatedRefundCompletionTimeDiscussion
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.hexternalReferenceID
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 *externalReferenceIDDiscussion
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.hrefundAmount
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 *refundAmountDiscussion
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.hrefundCompletionTime
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 *refundCompletionTimeDiscussion
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.hrefundFailureReason
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 *refundFailureReasonDiscussion
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.hrefundFromSeller
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 *refundFromSellerDiscussion
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.hrefundFundingSourceArray
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 *refundFundingSourceArrayDiscussion
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.hrefundID
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 *refundIDDiscussion
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.hrefundRequestedTime
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 *refundRequestedTimeDiscussion
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.hrefundStatus
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 *refundStatusDiscussion
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.hrefundTime
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 *refundTimeDiscussion
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.hrefundTransactionArray
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 *refundTransactionArrayDiscussion
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.hsellerNoteToBuyer
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 *sellerNoteToBuyerDiscussion
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.htotalRefundToBuyer
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 *totalRefundToBuyerDiscussion
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