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

  •   refundFromSeller

    Total amount that the seller asked Half.com to refund to
    a buyer for a Half.com order line item.

    property
  •   totalRefundToBuyer

    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

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

Discussion

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

totalRefundToBuyer

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

Discussion

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