The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

DESCRIPTION

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)

SYNOPSIS

INHERITANCE

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

Subroutines:

setRefundFromSeller()

Total amount refunded by the seller for this transaction. Applicable to Half.com (for GetOrders).

# Argument: 'ns:AmountType'

getRefundFromSeller()

  Calls: GetOrders
  Returned: Conditionally
  Details: DetailLevel: none

# Returns: 'ns:AmountType'

setRefundTime()

The date and time at which the refund was issued. Applicable to Half.com (for GetOrders).

# Argument: 'xs:dateTime'

getRefundTime()

  Calls: GetOrders
  Returned: Conditionally
  Details: DetailLevel: none

# Returns: 'xs:dateTime'

setTotalRefundToBuyer()

Total amount refunded to the buyer for this transaction. Applicable to Half.com (for GetOrders).

# Argument: 'ns:AmountType'

getTotalRefundToBuyer()

  Calls: GetOrders
  Returned: Conditionally
  Details: DetailLevel: none

# Returns: 'ns:AmountType'