Class: Ebay::Requests::GetAccount

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

Overview

Attributes

text_node :account_history_selection, 'AccountHistorySelection', :optional => true
time_node :invoice_date, 'InvoiceDate', :optional => true
time_node :begin_date, 'BeginDate', :optional => true
time_node :end_date, 'EndDate', :optional => true
object_node :pagination, 'Pagination', :class => Pagination, :optional => true
boolean_node :exclude_balance, 'ExcludeBalance', 'true', 'false', :optional => true
boolean_node :exclude_summary, 'ExcludeSummary', 'true', 'false', :optional => true
text_node :account_entry_sort_type, 'AccountEntrySortType', :optional => true
text_node :currency, 'Currency', :optional => true
text_node :item_id, 'ItemID', :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