Class: ChannelAdvisor::OrderServiceSOAP::ShippingInfoSubmit
- Inherits:
-
ShippingInfo
- Object
- AddressInfo
- ContactComplete
- ShippingInfo
- ChannelAdvisor::OrderServiceSOAP::ShippingInfoSubmit
- Defined in:
- lib/channel_advisor/order_service/types.rb
Overview
http://api.channeladvisor.com/datacontracts/ordersShippingInfoSubmit
addressLine1 - SOAP::SOAPString
addressLine2 - SOAP::SOAPString
city - SOAP::SOAPString
region - SOAP::SOAPString
postalCode - SOAP::SOAPString
countryCode - SOAP::SOAPString
companyName - SOAP::SOAPString
jobTitle - SOAP::SOAPString
title - SOAP::SOAPString
firstName - SOAP::SOAPString
lastName - SOAP::SOAPString
suffix - SOAP::SOAPString
phoneNumberDay - SOAP::SOAPString
phoneNumberEvening - SOAP::SOAPString
shipmentList - ChannelAdvisor::OrderServiceSOAP::ArrayOfShipment
shippingInstructions - SOAP::SOAPString
Instance Attribute Summary collapse
-
#addressLine1 ⇒ Object
Returns the value of attribute addressLine1.
-
#addressLine2 ⇒ Object
Returns the value of attribute addressLine2.
-
#city ⇒ Object
Returns the value of attribute city.
-
#companyName ⇒ Object
Returns the value of attribute companyName.
-
#countryCode ⇒ Object
Returns the value of attribute countryCode.
-
#firstName ⇒ Object
Returns the value of attribute firstName.
-
#jobTitle ⇒ Object
Returns the value of attribute jobTitle.
-
#lastName ⇒ Object
Returns the value of attribute lastName.
-
#phoneNumberDay ⇒ Object
Returns the value of attribute phoneNumberDay.
-
#phoneNumberEvening ⇒ Object
Returns the value of attribute phoneNumberEvening.
-
#postalCode ⇒ Object
Returns the value of attribute postalCode.
-
#region ⇒ Object
Returns the value of attribute region.
-
#shipmentList ⇒ Object
Returns the value of attribute shipmentList.
-
#shippingInstructions ⇒ Object
Returns the value of attribute shippingInstructions.
-
#suffix ⇒ Object
Returns the value of attribute suffix.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Method Summary collapse
-
#initialize(addressLine1 = nil, addressLine2 = nil, city = nil, region = nil, postalCode = nil, countryCode = nil, companyName = nil, jobTitle = nil, title = nil, firstName = nil, lastName = nil, suffix = nil, phoneNumberDay = nil, phoneNumberEvening = nil, shipmentList = nil, shippingInstructions = nil) ⇒ ShippingInfoSubmit
constructor
A new instance of ShippingInfoSubmit.
Constructor Details
#initialize(addressLine1 = nil, addressLine2 = nil, city = nil, region = nil, postalCode = nil, countryCode = nil, companyName = nil, jobTitle = nil, title = nil, firstName = nil, lastName = nil, suffix = nil, phoneNumberDay = nil, phoneNumberEvening = nil, shipmentList = nil, shippingInstructions = nil) ⇒ ShippingInfoSubmit
Returns a new instance of ShippingInfoSubmit.
839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 |
# File 'lib/channel_advisor/order_service/types.rb', line 839 def initialize(addressLine1 = nil, addressLine2 = nil, city = nil, region = nil, postalCode = nil, countryCode = nil, companyName = nil, jobTitle = nil, title = nil, firstName = nil, lastName = nil, suffix = nil, phoneNumberDay = nil, phoneNumberEvening = nil, shipmentList = nil, shippingInstructions = nil) @addressLine1 = addressLine1 @addressLine2 = addressLine2 @city = city @region = region @postalCode = postalCode @countryCode = countryCode @companyName = companyName @jobTitle = jobTitle @title = title @firstName = firstName @lastName = lastName @suffix = suffix @phoneNumberDay = phoneNumberDay @phoneNumberEvening = phoneNumberEvening @shipmentList = shipmentList @shippingInstructions = shippingInstructions end |
Instance Attribute Details
#addressLine1 ⇒ Object
Returns the value of attribute addressLine1.
822 823 824 |
# File 'lib/channel_advisor/order_service/types.rb', line 822 def addressLine1 @addressLine1 end |
#addressLine2 ⇒ Object
Returns the value of attribute addressLine2.
823 824 825 |
# File 'lib/channel_advisor/order_service/types.rb', line 823 def addressLine2 @addressLine2 end |
#city ⇒ Object
Returns the value of attribute city.
824 825 826 |
# File 'lib/channel_advisor/order_service/types.rb', line 824 def city @city end |
#companyName ⇒ Object
Returns the value of attribute companyName.
828 829 830 |
# File 'lib/channel_advisor/order_service/types.rb', line 828 def companyName @companyName end |
#countryCode ⇒ Object
Returns the value of attribute countryCode.
827 828 829 |
# File 'lib/channel_advisor/order_service/types.rb', line 827 def countryCode @countryCode end |
#firstName ⇒ Object
Returns the value of attribute firstName.
831 832 833 |
# File 'lib/channel_advisor/order_service/types.rb', line 831 def firstName @firstName end |
#jobTitle ⇒ Object
Returns the value of attribute jobTitle.
829 830 831 |
# File 'lib/channel_advisor/order_service/types.rb', line 829 def jobTitle @jobTitle end |
#lastName ⇒ Object
Returns the value of attribute lastName.
832 833 834 |
# File 'lib/channel_advisor/order_service/types.rb', line 832 def lastName @lastName end |
#phoneNumberDay ⇒ Object
Returns the value of attribute phoneNumberDay.
834 835 836 |
# File 'lib/channel_advisor/order_service/types.rb', line 834 def phoneNumberDay @phoneNumberDay end |
#phoneNumberEvening ⇒ Object
Returns the value of attribute phoneNumberEvening.
835 836 837 |
# File 'lib/channel_advisor/order_service/types.rb', line 835 def phoneNumberEvening @phoneNumberEvening end |
#postalCode ⇒ Object
Returns the value of attribute postalCode.
826 827 828 |
# File 'lib/channel_advisor/order_service/types.rb', line 826 def postalCode @postalCode end |
#region ⇒ Object
Returns the value of attribute region.
825 826 827 |
# File 'lib/channel_advisor/order_service/types.rb', line 825 def region @region end |
#shipmentList ⇒ Object
Returns the value of attribute shipmentList.
836 837 838 |
# File 'lib/channel_advisor/order_service/types.rb', line 836 def shipmentList @shipmentList end |
#shippingInstructions ⇒ Object
Returns the value of attribute shippingInstructions.
837 838 839 |
# File 'lib/channel_advisor/order_service/types.rb', line 837 def shippingInstructions @shippingInstructions end |
#suffix ⇒ Object
Returns the value of attribute suffix.
833 834 835 |
# File 'lib/channel_advisor/order_service/types.rb', line 833 def suffix @suffix end |
#title ⇒ Object
Returns the value of attribute title.
830 831 832 |
# File 'lib/channel_advisor/order_service/types.rb', line 830 def title @title end |