Class: Ebay::Requests::SendInvoice

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

Overview

Attributes

text_node :item_id, 'ItemID', :optional => true
text_node :transaction_id, 'TransactionID', :optional => true
text_node :order_id, 'OrderID', :optional => true
array_node :international_shipping_service_options, 'InternationalShippingServiceOptions', :class => InternationalShippingServiceOptions, :default_value => []
array_node :shipping_service_options, 'ShippingServiceOptions', :class => ShippingServiceOptions, :default_value => []
object_node :sales_tax, 'SalesTax', :class => SalesTax, :optional => true
text_node :insurance_option, 'InsuranceOption', :optional => true
money_node :insurance_fee, 'InsuranceFee', :optional => true
value_array_node :payment_methods, 'PaymentMethods', :default_value => []
text_node :paypal_email_address, 'PayPalEmailAddress', :optional => true
text_node :checkout_instructions, 'CheckoutInstructions', :optional => true
boolean_node :email_copy_to_seller, 'EmailCopyToSeller', 'true', 'false', :optional => true
money_node :cod_cost, 'CODCost', :optional => true
text_node :sku, 'SKU', :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