Class: Ebay::Types::RefundTransaction

Inherits:
Object
  • Object
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

Methods included from Initializer

#initialize, #object_attributes=