Class: ChannelAdvisor::OrderServiceSOAP::ShippingInfoResponse
- Inherits:
-
ShippingInfo
- Object
- AddressInfo
- ContactComplete
- ShippingInfo
- ChannelAdvisor::OrderServiceSOAP::ShippingInfoResponse
- Defined in:
- lib/channel_advisor/order_service/types.rb
Overview
http://api.channeladvisor.com/datacontracts/ordersShippingInfoResponse
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) ⇒ ShippingInfoResponse
constructor
A new instance of ShippingInfoResponse.
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) ⇒ ShippingInfoResponse
Returns a new instance of ShippingInfoResponse.
784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 |
# File 'lib/channel_advisor/order_service/types.rb', line 784 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.
767 768 769 |
# File 'lib/channel_advisor/order_service/types.rb', line 767 def addressLine1 @addressLine1 end |
#addressLine2 ⇒ Object
Returns the value of attribute addressLine2.
768 769 770 |
# File 'lib/channel_advisor/order_service/types.rb', line 768 def addressLine2 @addressLine2 end |
#city ⇒ Object
Returns the value of attribute city.
769 770 771 |
# File 'lib/channel_advisor/order_service/types.rb', line 769 def city @city end |
#companyName ⇒ Object
Returns the value of attribute companyName.
773 774 775 |
# File 'lib/channel_advisor/order_service/types.rb', line 773 def companyName @companyName end |
#countryCode ⇒ Object
Returns the value of attribute countryCode.
772 773 774 |
# File 'lib/channel_advisor/order_service/types.rb', line 772 def countryCode @countryCode end |
#firstName ⇒ Object
Returns the value of attribute firstName.
776 777 778 |
# File 'lib/channel_advisor/order_service/types.rb', line 776 def firstName @firstName end |
#jobTitle ⇒ Object
Returns the value of attribute jobTitle.
774 775 776 |
# File 'lib/channel_advisor/order_service/types.rb', line 774 def jobTitle @jobTitle end |
#lastName ⇒ Object
Returns the value of attribute lastName.
777 778 779 |
# File 'lib/channel_advisor/order_service/types.rb', line 777 def lastName @lastName end |
#phoneNumberDay ⇒ Object
Returns the value of attribute phoneNumberDay.
779 780 781 |
# File 'lib/channel_advisor/order_service/types.rb', line 779 def phoneNumberDay @phoneNumberDay end |
#phoneNumberEvening ⇒ Object
Returns the value of attribute phoneNumberEvening.
780 781 782 |
# File 'lib/channel_advisor/order_service/types.rb', line 780 def phoneNumberEvening @phoneNumberEvening end |
#postalCode ⇒ Object
Returns the value of attribute postalCode.
771 772 773 |
# File 'lib/channel_advisor/order_service/types.rb', line 771 def postalCode @postalCode end |
#region ⇒ Object
Returns the value of attribute region.
770 771 772 |
# File 'lib/channel_advisor/order_service/types.rb', line 770 def region @region end |
#shipmentList ⇒ Object
Returns the value of attribute shipmentList.
781 782 783 |
# File 'lib/channel_advisor/order_service/types.rb', line 781 def shipmentList @shipmentList end |
#shippingInstructions ⇒ Object
Returns the value of attribute shippingInstructions.
782 783 784 |
# File 'lib/channel_advisor/order_service/types.rb', line 782 def shippingInstructions @shippingInstructions end |
#suffix ⇒ Object
Returns the value of attribute suffix.
778 779 780 |
# File 'lib/channel_advisor/order_service/types.rb', line 778 def suffix @suffix end |
#title ⇒ Object
Returns the value of attribute title.
775 776 777 |
# File 'lib/channel_advisor/order_service/types.rb', line 775 def title @title end |