Class: Google4R::Checkout::ResetItemsShippingInformationCommand

Inherits:
ItemsCommand show all
Defined in:
lib/google4r/checkout/commands.rb

Overview

The <reset-items-shipping-information> command allows you to reset the shipping status for specific items in an order to “Not yet shipped”.

Constant Summary

Constants inherited from Command

Command::CHECKOUT_API_URL, Command::DONATE_CHECKOUT_API_URL, Command::DONATE_ORDER_PROCESSING_API_URL, Command::DONATE_ORDER_REPORT_API_URL, Command::ORDER_PROCESSING_API_URL, Command::ORDER_REPORT_API_URL, Command::POLLING_API_URL, Command::PRODUCTION_URL_PREFIX, Command::SANDBOX_URL_PREFIX

Instance Attribute Summary

Attributes inherited from ItemsCommand

#item_info_arr, #send_email

Attributes inherited from Command

#command_tag_name, #frontend, #google_order_number

Instance Method Summary collapse

Methods inherited from ItemsCommand

#initialize

Methods inherited from Command

#initialize, #send_to_google_checkout

Constructor Details

This class inherits a constructor from Google4R::Checkout::ItemsCommand

Instance Method Details

#to_xmlObject



679
680
681
# File 'lib/google4r/checkout/commands.rb', line 679

def to_xml
  ResetItemsShippingInformationCommandXmlGenerator.new(self).generate
end