Class: Ebay::Requests::GetOrderTransactions

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

Overview

Attributes

array_node :item_transaction_ids, 'ItemTransactionIDArray', 'ItemTransactionID', :class => ItemTransactionID, :default_value => []
value_array_node :order_ids, 'OrderIDArray', 'OrderID', :default_value => []
text_node :platform, 'Platform', :optional => true
boolean_node :include_final_value_fees, 'IncludeFinalValueFees', 'true', 'false', :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