Class: ChannelAdvisor::OrderServiceSOAP::ContactComplete

Inherits:
AddressInfo
  • Object
show all
Defined in:
lib/channel_advisor/order_service/types.rb

Overview

http://api.channeladvisor.com/datacontracts/ordersContactComplete

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

Direct Known Subclasses

BillingInfo, ShippingInfo

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

Returns a new instance of ContactComplete.



891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
# File 'lib/channel_advisor/order_service/types.rb', line 891

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)
  @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
end

Instance Attribute Details

#addressLine1Object

Returns the value of attribute addressLine1.



876
877
878
# File 'lib/channel_advisor/order_service/types.rb', line 876

def addressLine1
  @addressLine1
end

#addressLine2Object

Returns the value of attribute addressLine2.



877
878
879
# File 'lib/channel_advisor/order_service/types.rb', line 877

def addressLine2
  @addressLine2
end

#cityObject

Returns the value of attribute city.



878
879
880
# File 'lib/channel_advisor/order_service/types.rb', line 878

def city
  @city
end

#companyNameObject

Returns the value of attribute companyName.



882
883
884
# File 'lib/channel_advisor/order_service/types.rb', line 882

def companyName
  @companyName
end

#countryCodeObject

Returns the value of attribute countryCode.



881
882
883
# File 'lib/channel_advisor/order_service/types.rb', line 881

def countryCode
  @countryCode
end

#firstNameObject

Returns the value of attribute firstName.



885
886
887
# File 'lib/channel_advisor/order_service/types.rb', line 885

def firstName
  @firstName
end

#jobTitleObject

Returns the value of attribute jobTitle.



883
884
885
# File 'lib/channel_advisor/order_service/types.rb', line 883

def jobTitle
  @jobTitle
end

#lastNameObject

Returns the value of attribute lastName.



886
887
888
# File 'lib/channel_advisor/order_service/types.rb', line 886

def lastName
  @lastName
end

#phoneNumberDayObject

Returns the value of attribute phoneNumberDay.



888
889
890
# File 'lib/channel_advisor/order_service/types.rb', line 888

def phoneNumberDay
  @phoneNumberDay
end

#phoneNumberEveningObject

Returns the value of attribute phoneNumberEvening.



889
890
891
# File 'lib/channel_advisor/order_service/types.rb', line 889

def phoneNumberEvening
  @phoneNumberEvening
end

#postalCodeObject

Returns the value of attribute postalCode.



880
881
882
# File 'lib/channel_advisor/order_service/types.rb', line 880

def postalCode
  @postalCode
end

#regionObject

Returns the value of attribute region.



879
880
881
# File 'lib/channel_advisor/order_service/types.rb', line 879

def region
  @region
end

#suffixObject

Returns the value of attribute suffix.



887
888
889
# File 'lib/channel_advisor/order_service/types.rb', line 887

def suffix
  @suffix
end

#titleObject

Returns the value of attribute title.



884
885
886
# File 'lib/channel_advisor/order_service/types.rb', line 884

def title
  @title
end