Class: ChannelAdvisor::OrderServiceSOAP::ContactComplete
- Inherits:
-
AddressInfo
- Object
- AddressInfo
- ChannelAdvisor::OrderServiceSOAP::ContactComplete
- 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
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.
-
#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) ⇒ ContactComplete
constructor
A new instance of ContactComplete.
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
#addressLine1 ⇒ Object
Returns the value of attribute addressLine1.
876 877 878 |
# File 'lib/channel_advisor/order_service/types.rb', line 876 def addressLine1 @addressLine1 end |
#addressLine2 ⇒ Object
Returns the value of attribute addressLine2.
877 878 879 |
# File 'lib/channel_advisor/order_service/types.rb', line 877 def addressLine2 @addressLine2 end |
#city ⇒ Object
Returns the value of attribute city.
878 879 880 |
# File 'lib/channel_advisor/order_service/types.rb', line 878 def city @city end |
#companyName ⇒ Object
Returns the value of attribute companyName.
882 883 884 |
# File 'lib/channel_advisor/order_service/types.rb', line 882 def companyName @companyName end |
#countryCode ⇒ Object
Returns the value of attribute countryCode.
881 882 883 |
# File 'lib/channel_advisor/order_service/types.rb', line 881 def countryCode @countryCode end |
#firstName ⇒ Object
Returns the value of attribute firstName.
885 886 887 |
# File 'lib/channel_advisor/order_service/types.rb', line 885 def firstName @firstName end |
#jobTitle ⇒ Object
Returns the value of attribute jobTitle.
883 884 885 |
# File 'lib/channel_advisor/order_service/types.rb', line 883 def jobTitle @jobTitle end |
#lastName ⇒ Object
Returns the value of attribute lastName.
886 887 888 |
# File 'lib/channel_advisor/order_service/types.rb', line 886 def lastName @lastName end |
#phoneNumberDay ⇒ Object
Returns the value of attribute phoneNumberDay.
888 889 890 |
# File 'lib/channel_advisor/order_service/types.rb', line 888 def phoneNumberDay @phoneNumberDay end |
#phoneNumberEvening ⇒ Object
Returns the value of attribute phoneNumberEvening.
889 890 891 |
# File 'lib/channel_advisor/order_service/types.rb', line 889 def phoneNumberEvening @phoneNumberEvening end |
#postalCode ⇒ Object
Returns the value of attribute postalCode.
880 881 882 |
# File 'lib/channel_advisor/order_service/types.rb', line 880 def postalCode @postalCode end |
#region ⇒ Object
Returns the value of attribute region.
879 880 881 |
# File 'lib/channel_advisor/order_service/types.rb', line 879 def region @region end |
#suffix ⇒ Object
Returns the value of attribute suffix.
887 888 889 |
# File 'lib/channel_advisor/order_service/types.rb', line 887 def suffix @suffix end |
#title ⇒ Object
Returns the value of attribute title.
884 885 886 |
# File 'lib/channel_advisor/order_service/types.rb', line 884 def title @title end |