Class: ChannelAdvisor::OrderServiceSOAP::ShippingInfoResponse

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

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) ⇒ 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

#addressLine1Object

Returns the value of attribute addressLine1.



983
984
985
# File 'lib/channel_advisor/order_service/types.rb', line 983

def addressLine1
  @addressLine1
end

#addressLine2Object

Returns the value of attribute addressLine2.



984
985
986
# File 'lib/channel_advisor/order_service/types.rb', line 984

def addressLine2
  @addressLine2
end

#cityObject

Returns the value of attribute city.



985
986
987
# File 'lib/channel_advisor/order_service/types.rb', line 985

def city
  @city
end

#companyNameObject

Returns the value of attribute companyName.



989
990
991
# File 'lib/channel_advisor/order_service/types.rb', line 989

def companyName
  @companyName
end

#countryCodeObject

Returns the value of attribute countryCode.



988
989
990
# File 'lib/channel_advisor/order_service/types.rb', line 988

def countryCode
  @countryCode
end

#firstNameObject

Returns the value of attribute firstName.



992
993
994
# File 'lib/channel_advisor/order_service/types.rb', line 992

def firstName
  @firstName
end

#jobTitleObject

Returns the value of attribute jobTitle.



990
991
992
# File 'lib/channel_advisor/order_service/types.rb', line 990

def jobTitle
  @jobTitle
end

#lastNameObject

Returns the value of attribute lastName.



993
994
995
# File 'lib/channel_advisor/order_service/types.rb', line 993

def lastName
  @lastName
end

#phoneNumberDayObject

Returns the value of attribute phoneNumberDay.



995
996
997
# File 'lib/channel_advisor/order_service/types.rb', line 995

def phoneNumberDay
  @phoneNumberDay
end

#phoneNumberEveningObject

Returns the value of attribute phoneNumberEvening.



996
997
998
# File 'lib/channel_advisor/order_service/types.rb', line 996

def phoneNumberEvening
  @phoneNumberEvening
end

#postalCodeObject

Returns the value of attribute postalCode.



987
988
989
# File 'lib/channel_advisor/order_service/types.rb', line 987

def postalCode
  @postalCode
end

#regionObject

Returns the value of attribute region.



986
987
988
# File 'lib/channel_advisor/order_service/types.rb', line 986

def region
  @region
end

#shipmentListObject

Returns the value of attribute shipmentList.



997
998
999
# File 'lib/channel_advisor/order_service/types.rb', line 997

def shipmentList
  @shipmentList
end

#shippingInstructionsObject

Returns the value of attribute shippingInstructions.



998
999
1000
# File 'lib/channel_advisor/order_service/types.rb', line 998

def shippingInstructions
  @shippingInstructions
end

#suffixObject

Returns the value of attribute suffix.



994
995
996
# File 'lib/channel_advisor/order_service/types.rb', line 994

def suffix
  @suffix
end

#titleObject

Returns the value of attribute title.



991
992
993
# File 'lib/channel_advisor/order_service/types.rb', line 991

def title
  @title
end