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.
1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 |
# File 'lib/channel_advisor/order_service/types.rb', line 1055 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.
1038 1039 1040 |
# File 'lib/channel_advisor/order_service/types.rb', line 1038 def addressLine1 @addressLine1 end |
#addressLine2 ⇒ Object
Returns the value of attribute addressLine2.
1039 1040 1041 |
# File 'lib/channel_advisor/order_service/types.rb', line 1039 def addressLine2 @addressLine2 end |
#city ⇒ Object
Returns the value of attribute city.
1040 1041 1042 |
# File 'lib/channel_advisor/order_service/types.rb', line 1040 def city @city end |
#companyName ⇒ Object
Returns the value of attribute companyName.
1044 1045 1046 |
# File 'lib/channel_advisor/order_service/types.rb', line 1044 def companyName @companyName end |
#countryCode ⇒ Object
Returns the value of attribute countryCode.
1043 1044 1045 |
# File 'lib/channel_advisor/order_service/types.rb', line 1043 def countryCode @countryCode end |
#firstName ⇒ Object
Returns the value of attribute firstName.
1047 1048 1049 |
# File 'lib/channel_advisor/order_service/types.rb', line 1047 def firstName @firstName end |
#jobTitle ⇒ Object
Returns the value of attribute jobTitle.
1045 1046 1047 |
# File 'lib/channel_advisor/order_service/types.rb', line 1045 def jobTitle @jobTitle end |
#lastName ⇒ Object
Returns the value of attribute lastName.
1048 1049 1050 |
# File 'lib/channel_advisor/order_service/types.rb', line 1048 def lastName @lastName end |
#phoneNumberDay ⇒ Object
Returns the value of attribute phoneNumberDay.
1050 1051 1052 |
# File 'lib/channel_advisor/order_service/types.rb', line 1050 def phoneNumberDay @phoneNumberDay end |
#phoneNumberEvening ⇒ Object
Returns the value of attribute phoneNumberEvening.
1051 1052 1053 |
# File 'lib/channel_advisor/order_service/types.rb', line 1051 def phoneNumberEvening @phoneNumberEvening end |
#postalCode ⇒ Object
Returns the value of attribute postalCode.
1042 1043 1044 |
# File 'lib/channel_advisor/order_service/types.rb', line 1042 def postalCode @postalCode end |
#region ⇒ Object
Returns the value of attribute region.
1041 1042 1043 |
# File 'lib/channel_advisor/order_service/types.rb', line 1041 def region @region end |
#shipmentList ⇒ Object
Returns the value of attribute shipmentList.
1052 1053 1054 |
# File 'lib/channel_advisor/order_service/types.rb', line 1052 def shipmentList @shipmentList end |
#shippingInstructions ⇒ Object
Returns the value of attribute shippingInstructions.
1053 1054 1055 |
# File 'lib/channel_advisor/order_service/types.rb', line 1053 def shippingInstructions @shippingInstructions end |
#suffix ⇒ Object
Returns the value of attribute suffix.
1049 1050 1051 |
# File 'lib/channel_advisor/order_service/types.rb', line 1049 def suffix @suffix end |
#title ⇒ Object
Returns the value of attribute title.
1046 1047 1048 |
# File 'lib/channel_advisor/order_service/types.rb', line 1046 def title @title end |