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.
1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 |
# File 'lib/channel_advisor/order_service/types.rb', line 1000 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.
983 984 985 |
# File 'lib/channel_advisor/order_service/types.rb', line 983 def addressLine1 @addressLine1 end |
#addressLine2 ⇒ Object
Returns the value of attribute addressLine2.
984 985 986 |
# File 'lib/channel_advisor/order_service/types.rb', line 984 def addressLine2 @addressLine2 end |
#city ⇒ Object
Returns the value of attribute city.
985 986 987 |
# File 'lib/channel_advisor/order_service/types.rb', line 985 def city @city end |
#companyName ⇒ Object
Returns the value of attribute companyName.
989 990 991 |
# File 'lib/channel_advisor/order_service/types.rb', line 989 def companyName @companyName end |
#countryCode ⇒ Object
Returns the value of attribute countryCode.
988 989 990 |
# File 'lib/channel_advisor/order_service/types.rb', line 988 def countryCode @countryCode end |
#firstName ⇒ Object
Returns the value of attribute firstName.
992 993 994 |
# File 'lib/channel_advisor/order_service/types.rb', line 992 def firstName @firstName end |
#jobTitle ⇒ Object
Returns the value of attribute jobTitle.
990 991 992 |
# File 'lib/channel_advisor/order_service/types.rb', line 990 def jobTitle @jobTitle end |
#lastName ⇒ Object
Returns the value of attribute lastName.
993 994 995 |
# File 'lib/channel_advisor/order_service/types.rb', line 993 def lastName @lastName end |
#phoneNumberDay ⇒ Object
Returns the value of attribute phoneNumberDay.
995 996 997 |
# File 'lib/channel_advisor/order_service/types.rb', line 995 def phoneNumberDay @phoneNumberDay end |
#phoneNumberEvening ⇒ Object
Returns the value of attribute phoneNumberEvening.
996 997 998 |
# File 'lib/channel_advisor/order_service/types.rb', line 996 def phoneNumberEvening @phoneNumberEvening end |
#postalCode ⇒ Object
Returns the value of attribute postalCode.
987 988 989 |
# File 'lib/channel_advisor/order_service/types.rb', line 987 def postalCode @postalCode end |
#region ⇒ Object
Returns the value of attribute region.
986 987 988 |
# File 'lib/channel_advisor/order_service/types.rb', line 986 def region @region end |
#shipmentList ⇒ Object
Returns the value of attribute shipmentList.
997 998 999 |
# File 'lib/channel_advisor/order_service/types.rb', line 997 def shipmentList @shipmentList end |
#shippingInstructions ⇒ Object
Returns the value of attribute shippingInstructions.
998 999 1000 |
# File 'lib/channel_advisor/order_service/types.rb', line 998 def shippingInstructions @shippingInstructions end |
#suffix ⇒ Object
Returns the value of attribute suffix.
994 995 996 |
# File 'lib/channel_advisor/order_service/types.rb', line 994 def suffix @suffix end |
#title ⇒ Object
Returns the value of attribute title.
991 992 993 |
# File 'lib/channel_advisor/order_service/types.rb', line 991 def title @title end |