Class: ChannelAdvisor::OrderServiceSOAP::ShippingInfo
- Inherits:
-
ContactComplete
- Object
- AddressInfo
- ContactComplete
- ChannelAdvisor::OrderServiceSOAP::ShippingInfo
- Defined in:
- lib/channel_advisor/order_service/types.rb
Overview
http://api.channeladvisor.com/datacontracts/ordersShippingInfo abstract
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
Direct Known Subclasses
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) ⇒ ShippingInfo
constructor
A new instance of ShippingInfo.
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) ⇒ ShippingInfo
Returns a new instance of ShippingInfo.
729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 |
# File 'lib/channel_advisor/order_service/types.rb', line 729 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.
712 713 714 |
# File 'lib/channel_advisor/order_service/types.rb', line 712 def addressLine1 @addressLine1 end |
#addressLine2 ⇒ Object
Returns the value of attribute addressLine2.
713 714 715 |
# File 'lib/channel_advisor/order_service/types.rb', line 713 def addressLine2 @addressLine2 end |
#city ⇒ Object
Returns the value of attribute city.
714 715 716 |
# File 'lib/channel_advisor/order_service/types.rb', line 714 def city @city end |
#companyName ⇒ Object
Returns the value of attribute companyName.
718 719 720 |
# File 'lib/channel_advisor/order_service/types.rb', line 718 def companyName @companyName end |
#countryCode ⇒ Object
Returns the value of attribute countryCode.
717 718 719 |
# File 'lib/channel_advisor/order_service/types.rb', line 717 def countryCode @countryCode end |
#firstName ⇒ Object
Returns the value of attribute firstName.
721 722 723 |
# File 'lib/channel_advisor/order_service/types.rb', line 721 def firstName @firstName end |
#jobTitle ⇒ Object
Returns the value of attribute jobTitle.
719 720 721 |
# File 'lib/channel_advisor/order_service/types.rb', line 719 def jobTitle @jobTitle end |
#lastName ⇒ Object
Returns the value of attribute lastName.
722 723 724 |
# File 'lib/channel_advisor/order_service/types.rb', line 722 def lastName @lastName end |
#phoneNumberDay ⇒ Object
Returns the value of attribute phoneNumberDay.
724 725 726 |
# File 'lib/channel_advisor/order_service/types.rb', line 724 def phoneNumberDay @phoneNumberDay end |
#phoneNumberEvening ⇒ Object
Returns the value of attribute phoneNumberEvening.
725 726 727 |
# File 'lib/channel_advisor/order_service/types.rb', line 725 def phoneNumberEvening @phoneNumberEvening end |
#postalCode ⇒ Object
Returns the value of attribute postalCode.
716 717 718 |
# File 'lib/channel_advisor/order_service/types.rb', line 716 def postalCode @postalCode end |
#region ⇒ Object
Returns the value of attribute region.
715 716 717 |
# File 'lib/channel_advisor/order_service/types.rb', line 715 def region @region end |
#shipmentList ⇒ Object
Returns the value of attribute shipmentList.
726 727 728 |
# File 'lib/channel_advisor/order_service/types.rb', line 726 def shipmentList @shipmentList end |
#shippingInstructions ⇒ Object
Returns the value of attribute shippingInstructions.
727 728 729 |
# File 'lib/channel_advisor/order_service/types.rb', line 727 def shippingInstructions @shippingInstructions end |
#suffix ⇒ Object
Returns the value of attribute suffix.
723 724 725 |
# File 'lib/channel_advisor/order_service/types.rb', line 723 def suffix @suffix end |
#title ⇒ Object
Returns the value of attribute title.
720 721 722 |
# File 'lib/channel_advisor/order_service/types.rb', line 720 def title @title end |