Class: Ebay::Requests::IssueRefund

Inherits:
Abstract show all
Includes:
Initializer, XML::Mapping
Defined in:
lib/ebay/requests/issue_refund.rb

Overview

Attributes

text_node :item_id, 'ItemID', :optional => true
text_node :transaction_id, 'TransactionID', :optional => true
text_node :refund_reason, 'RefundReason', :optional => true
text_node :refund_type, 'RefundType', :optional => true
money_node :refund_amount, 'RefundAmount', :optional => true
text_node :refund_message, 'RefundMessage', :optional => true

Instance Attribute Summary

Attributes inherited from Base

#auth_token, #password, #username

Method Summary

Methods included from Initializer

#initialize, #object_attributes=

Methods inherited from Abstract

#detail_level, #detail_level=

Methods inherited from Base

#call_name, #requester_credentials

Methods included from Types

#type