
eBay::API::XML::DataType::RefundType

Contains information about a single refund. A refund contains information about the amount refunded for a transaction to a single buyer. This refund contains information about the amount refunded from seller, refunded time and total amount refunded to buyer (amount from seller + half)


eBay::API::XML::DataType::RefundType inherits from the eBay::API::XML::BaseDataType class

Total amount refunded by the seller for this transaction. Applicable to Half.com (for GetOrders).
# Argument: 'ns:AmountType'
Calls: GetOrders Returned: Conditionally Details: DetailLevel: none
# Returns: 'ns:AmountType'
The date and time at which the refund was issued. Applicable to Half.com (for GetOrders).
# Argument: 'xs:dateTime'
Calls: GetOrders Returned: Conditionally Details: DetailLevel: none
# Returns: 'xs:dateTime'
Total amount refunded to the buyer for this transaction. Applicable to Half.com (for GetOrders).
# Argument: 'ns:AmountType'
Calls: GetOrders Returned: Conditionally Details: DetailLevel: none
# Returns: 'ns:AmountType'