Class: Ebay::Requests::CompleteSale

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

Overview

Attributes

text_node :item_id, 'ItemID', :optional => true
text_node :transaction_id, 'TransactionID', :optional => true
object_node :feedback_info, 'FeedbackInfo', :class => FeedbackInfo, :optional => true
boolean_node :shipped, 'Shipped', 'true', 'false', :optional => true
boolean_node :paid, 'Paid', 'true', 'false', :optional => true
text_node :listing_type, 'ListingType', :optional => true
object_node :shipment, 'Shipment', :class => Shipment, :optional => true
text_node :order_id, 'OrderID', :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