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.



675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
# File 'lib/channel_advisor/order_service/types.rb', line 675

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.



660
661
662
# File 'lib/channel_advisor/order_service/types.rb', line 660

def addressLine1
  @addressLine1
end

#addressLine2Object

Returns the value of attribute addressLine2.



661
662
663
# File 'lib/channel_advisor/order_service/types.rb', line 661

def addressLine2
  @addressLine2
end

#cityObject

Returns the value of attribute city.



662
663
664
# File 'lib/channel_advisor/order_service/types.rb', line 662

def city
  @city
end

#companyNameObject

Returns the value of attribute companyName.



666
667
668
# File 'lib/channel_advisor/order_service/types.rb', line 666

def companyName
  @companyName
end

#countryCodeObject

Returns the value of attribute countryCode.



665
666
667
# File 'lib/channel_advisor/order_service/types.rb', line 665

def countryCode
  @countryCode
end

#firstNameObject

Returns the value of attribute firstName.



669
670
671
# File 'lib/channel_advisor/order_service/types.rb', line 669

def firstName
  @firstName
end

#jobTitleObject

Returns the value of attribute jobTitle.



667
668
669
# File 'lib/channel_advisor/order_service/types.rb', line 667

def jobTitle
  @jobTitle
end

#lastNameObject

Returns the value of attribute lastName.



670
671
672
# File 'lib/channel_advisor/order_service/types.rb', line 670

def lastName
  @lastName
end

#phoneNumberDayObject

Returns the value of attribute phoneNumberDay.



672
673
674
# File 'lib/channel_advisor/order_service/types.rb', line 672

def phoneNumberDay
  @phoneNumberDay
end

#phoneNumberEveningObject

Returns the value of attribute phoneNumberEvening.



673
674
675
# File 'lib/channel_advisor/order_service/types.rb', line 673

def phoneNumberEvening
  @phoneNumberEvening
end

#postalCodeObject

Returns the value of attribute postalCode.



664
665
666
# File 'lib/channel_advisor/order_service/types.rb', line 664

def postalCode
  @postalCode
end

#regionObject

Returns the value of attribute region.



663
664
665
# File 'lib/channel_advisor/order_service/types.rb', line 663

def region
  @region
end

#suffixObject

Returns the value of attribute suffix.



671
672
673
# File 'lib/channel_advisor/order_service/types.rb', line 671

def suffix
  @suffix
end

#titleObject

Returns the value of attribute title.



668
669
670
# File 'lib/channel_advisor/order_service/types.rb', line 668

def title
  @title
end