Class: ChannelAdvisor::OrderServiceSOAP::ShippingInfo

Inherits:
ContactComplete show all
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

ShippingInfoResponse, ShippingInfoSubmit

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#addressLine1Object

Returns the value of attribute addressLine1.



928
929
930
# File 'lib/channel_advisor/order_service/types.rb', line 928

def addressLine1
  @addressLine1
end

#addressLine2Object

Returns the value of attribute addressLine2.



929
930
931
# File 'lib/channel_advisor/order_service/types.rb', line 929

def addressLine2
  @addressLine2
end

#cityObject

Returns the value of attribute city.



930
931
932
# File 'lib/channel_advisor/order_service/types.rb', line 930

def city
  @city
end

#companyNameObject

Returns the value of attribute companyName.



934
935
936
# File 'lib/channel_advisor/order_service/types.rb', line 934

def companyName
  @companyName
end

#countryCodeObject

Returns the value of attribute countryCode.



933
934
935
# File 'lib/channel_advisor/order_service/types.rb', line 933

def countryCode
  @countryCode
end

#firstNameObject

Returns the value of attribute firstName.



937
938
939
# File 'lib/channel_advisor/order_service/types.rb', line 937

def firstName
  @firstName
end

#jobTitleObject

Returns the value of attribute jobTitle.



935
936
937
# File 'lib/channel_advisor/order_service/types.rb', line 935

def jobTitle
  @jobTitle
end

#lastNameObject

Returns the value of attribute lastName.



938
939
940
# File 'lib/channel_advisor/order_service/types.rb', line 938

def lastName
  @lastName
end

#phoneNumberDayObject

Returns the value of attribute phoneNumberDay.



940
941
942
# File 'lib/channel_advisor/order_service/types.rb', line 940

def phoneNumberDay
  @phoneNumberDay
end

#phoneNumberEveningObject

Returns the value of attribute phoneNumberEvening.



941
942
943
# File 'lib/channel_advisor/order_service/types.rb', line 941

def phoneNumberEvening
  @phoneNumberEvening
end

#postalCodeObject

Returns the value of attribute postalCode.



932
933
934
# File 'lib/channel_advisor/order_service/types.rb', line 932

def postalCode
  @postalCode
end

#regionObject

Returns the value of attribute region.



931
932
933
# File 'lib/channel_advisor/order_service/types.rb', line 931

def region
  @region
end

#shipmentListObject

Returns the value of attribute shipmentList.



942
943
944
# File 'lib/channel_advisor/order_service/types.rb', line 942

def shipmentList
  @shipmentList
end

#shippingInstructionsObject

Returns the value of attribute shippingInstructions.



943
944
945
# File 'lib/channel_advisor/order_service/types.rb', line 943

def shippingInstructions
  @shippingInstructions
end

#suffixObject

Returns the value of attribute suffix.



939
940
941
# File 'lib/channel_advisor/order_service/types.rb', line 939

def suffix
  @suffix
end

#titleObject

Returns the value of attribute title.



936
937
938
# File 'lib/channel_advisor/order_service/types.rb', line 936

def title
  @title
end