eBay::API::XML::DataType::RefundType - eBay::API::XML::DataType::RefundType documentation


eBay-API documentation  | view source Contained in the eBay-API distribution.

Index


NAME

Top

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

DESCRIPTION

Top

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

Top

INHERITANCE

Top

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

Subroutines:

Top

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'


eBay-API documentation  | view source Contained in the eBay-API distribution.