Class: Ebay::Responses::GetSellerTransactions

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

Overview

Attributes

object_node :pagination_result, 'PaginationResult', :class => PaginationResult, :optional => true
boolean_node :has_more_transactions, 'HasMoreTransactions', 'true', 'false', :optional => true
numeric_node :transactions_per_page, 'TransactionsPerPage', :optional => true
numeric_node :page_number, 'PageNumber', :optional => true
numeric_node :returned_transaction_count_actual, 'ReturnedTransactionCountActual', :optional => true
object_node :seller, 'Seller', :class => User, :optional => true
array_node :transactions, 'TransactionArray', 'Transaction', :class => Transaction, :default_value => []
boolean_node :paypal_preferred, 'PayPalPreferred', 'true', 'false', :optional => true

Method Summary

Methods included from Initializer

#initialize, #object_attributes=

Methods inherited from Base

#errors?, #failure?, #partial_failure?, #success?, #warning?

Methods included from Types

#type