Tim Keefer > eBay-API > eBay::API::XML::DataType::RefundType

Download:
eBay-API-0.25.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View/Report Bugs
Source  

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'

syntax highlighting: