Trading_IssueRefundResponseType Class Reference
| Inherits from | Trading_AbstractResponseType : NSObject |
| Declared in | Trading_IssueRefundResponseType.h Trading_IssueRefundResponseType.m |
Overview
Indicates the refund amount that a seller issued to a buyer for a single Half.com order line item.
Refunds may only be issued for a specific order line item. Sellers do not have the ability to issue a
general refund (not tied to an order line item) to a buyer.
@ingroup EBayAPIInterface
Tasks
-
refundFromSellerTotal amount that the seller asked Half.com to refund to
property
a buyer for a Half.com order line item. -
totalRefundToBuyerTotal amount that Half.com refunded to the buyer (which could include the refund amount
property
from the seller plus a refund amount from Half.com).
Properties
refundFromSeller
Total amount that the seller asked Half.com to refund to
a buyer for a Half.com order line item.
@property (nonatomic, retain) Trading_AmountType *refundFromSellerDiscussion
Total amount that the seller asked Half.com to refund to
a buyer for a Half.com order line item.
type : class Trading_AmountType
Declared In
Trading_IssueRefundResponseType.htotalRefundToBuyer
Total amount that Half.com refunded to the buyer (which could include the refund amount
from the seller plus a refund amount from Half.com).
@property (nonatomic, retain) Trading_AmountType *totalRefundToBuyerDiscussion
Total amount that Half.com refunded to the buyer (which could include the refund amount
from the seller plus a refund amount from Half.com).
type : class Trading_AmountType
Declared In
Trading_IssueRefundResponseType.h