Class: Ebay::Requests::GetSellerTransactions

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

Overview

Attributes

time_node :mod_time_from, 'ModTimeFrom', :optional => true
time_node :mod_time_to, 'ModTimeTo', :optional => true
object_node :pagination, 'Pagination', :class => Pagination, :optional => true
boolean_node :include_final_value_fee, 'IncludeFinalValueFee', 'true', 'false', :optional => true
boolean_node :include_containing_order, 'IncludeContainingOrder', 'true', 'false', :optional => true
value_array_node :skus, 'SKUArray', 'SKU', :default_value => []
text_node :platform, 'Platform', :optional => true
numeric_node :number_of_days, 'NumberOfDays', :optional => true
text_node :inventory_tracking_method, 'InventoryTrackingMethod', :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