Class: Ebay::Responses::GetSellerPayments
- Includes:
- Initializer, XML::Mapping
- Defined in:
- lib/ebay/responses/get_seller_payments.rb
Overview
Attributes
object_node :pagination_result, 'PaginationResult', :class => PaginationResult, :optional => true
boolean_node :has_more_payments, 'HasMorePayments', 'true', 'false', :optional => true
array_node :seller_payments, 'SellerPayment', :class => SellerPayment, :default_value => []
numeric_node :payments_per_page, 'PaymentsPerPage', :optional => true
numeric_node :page_number, 'PageNumber', :optional => true
numeric_node :returned_payment_count_actual, 'ReturnedPaymentCountActual', :optional => true
Method Summary
Methods included from Initializer
#initialize, #object_attributes=
Methods inherited from Base
#errors?, #failure?, #partial_failure?, #success?, #warning?