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.
945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 |
# File 'lib/channel_advisor/order_service/types.rb', line 945 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.
928 929 930 |
# File 'lib/channel_advisor/order_service/types.rb', line 928 def addressLine1 @addressLine1 end |
#addressLine2 ⇒ Object
Returns the value of attribute addressLine2.
929 930 931 |
# File 'lib/channel_advisor/order_service/types.rb', line 929 def addressLine2 @addressLine2 end |
#city ⇒ Object
Returns the value of attribute city.
930 931 932 |
# File 'lib/channel_advisor/order_service/types.rb', line 930 def city @city end |
#companyName ⇒ Object
Returns the value of attribute companyName.
934 935 936 |
# File 'lib/channel_advisor/order_service/types.rb', line 934 def companyName @companyName end |
#countryCode ⇒ Object
Returns the value of attribute countryCode.
933 934 935 |
# File 'lib/channel_advisor/order_service/types.rb', line 933 def countryCode @countryCode end |
#firstName ⇒ Object
Returns the value of attribute firstName.
937 938 939 |
# File 'lib/channel_advisor/order_service/types.rb', line 937 def firstName @firstName end |
#jobTitle ⇒ Object
Returns the value of attribute jobTitle.
935 936 937 |
# File 'lib/channel_advisor/order_service/types.rb', line 935 def jobTitle @jobTitle end |
#lastName ⇒ Object
Returns the value of attribute lastName.
938 939 940 |
# File 'lib/channel_advisor/order_service/types.rb', line 938 def lastName @lastName end |
#phoneNumberDay ⇒ Object
Returns the value of attribute phoneNumberDay.
940 941 942 |
# File 'lib/channel_advisor/order_service/types.rb', line 940 def phoneNumberDay @phoneNumberDay end |
#phoneNumberEvening ⇒ Object
Returns the value of attribute phoneNumberEvening.
941 942 943 |
# File 'lib/channel_advisor/order_service/types.rb', line 941 def phoneNumberEvening @phoneNumberEvening end |
#postalCode ⇒ Object
Returns the value of attribute postalCode.
932 933 934 |
# File 'lib/channel_advisor/order_service/types.rb', line 932 def postalCode @postalCode end |
#region ⇒ Object
Returns the value of attribute region.
931 932 933 |
# File 'lib/channel_advisor/order_service/types.rb', line 931 def region @region end |
#shipmentList ⇒ Object
Returns the value of attribute shipmentList.
942 943 944 |
# File 'lib/channel_advisor/order_service/types.rb', line 942 def shipmentList @shipmentList end |
#shippingInstructions ⇒ Object
Returns the value of attribute shippingInstructions.
943 944 945 |
# File 'lib/channel_advisor/order_service/types.rb', line 943 def shippingInstructions @shippingInstructions end |
#suffix ⇒ Object
Returns the value of attribute suffix.
939 940 941 |
# File 'lib/channel_advisor/order_service/types.rb', line 939 def suffix @suffix end |
#title ⇒ Object
Returns the value of attribute title.
936 937 938 |
# File 'lib/channel_advisor/order_service/types.rb', line 936 def title @title end |