Class: Ebay::Types::RefundTransaction
- Inherits:
-
Object
- Object
- Ebay::Types::RefundTransaction
show all
- Includes:
- Initializer, XML::Mapping
- Defined in:
- lib/ebay/types/refund_transaction.rb
Overview
Attributes
text_node :order_id, 'OrderID', :optional => true
text_node :item_id, 'ItemID', :optional => true
text_node :transaction_id, 'TransactionID', :optional => true
array_node :refund_lines, 'RefundLineArray', 'RefundLine', :class => RefundLine, :default_value => []
Method Summary
#initialize, #object_attributes=