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.
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
#addressLine1 ⇒ Object
Returns the value of attribute addressLine1.
660 661 662 |
# File 'lib/channel_advisor/order_service/types.rb', line 660 def addressLine1 @addressLine1 end |
#addressLine2 ⇒ Object
Returns the value of attribute addressLine2.
661 662 663 |
# File 'lib/channel_advisor/order_service/types.rb', line 661 def addressLine2 @addressLine2 end |
#city ⇒ Object
Returns the value of attribute city.
662 663 664 |
# File 'lib/channel_advisor/order_service/types.rb', line 662 def city @city end |
#companyName ⇒ Object
Returns the value of attribute companyName.
666 667 668 |
# File 'lib/channel_advisor/order_service/types.rb', line 666 def companyName @companyName end |
#countryCode ⇒ Object
Returns the value of attribute countryCode.
665 666 667 |
# File 'lib/channel_advisor/order_service/types.rb', line 665 def countryCode @countryCode end |
#firstName ⇒ Object
Returns the value of attribute firstName.
669 670 671 |
# File 'lib/channel_advisor/order_service/types.rb', line 669 def firstName @firstName end |
#jobTitle ⇒ Object
Returns the value of attribute jobTitle.
667 668 669 |
# File 'lib/channel_advisor/order_service/types.rb', line 667 def jobTitle @jobTitle end |
#lastName ⇒ Object
Returns the value of attribute lastName.
670 671 672 |
# File 'lib/channel_advisor/order_service/types.rb', line 670 def lastName @lastName end |
#phoneNumberDay ⇒ Object
Returns the value of attribute phoneNumberDay.
672 673 674 |
# File 'lib/channel_advisor/order_service/types.rb', line 672 def phoneNumberDay @phoneNumberDay end |
#phoneNumberEvening ⇒ Object
Returns the value of attribute phoneNumberEvening.
673 674 675 |
# File 'lib/channel_advisor/order_service/types.rb', line 673 def phoneNumberEvening @phoneNumberEvening end |
#postalCode ⇒ Object
Returns the value of attribute postalCode.
664 665 666 |
# File 'lib/channel_advisor/order_service/types.rb', line 664 def postalCode @postalCode end |
#region ⇒ Object
Returns the value of attribute region.
663 664 665 |
# File 'lib/channel_advisor/order_service/types.rb', line 663 def region @region end |
#suffix ⇒ Object
Returns the value of attribute suffix.
671 672 673 |
# File 'lib/channel_advisor/order_service/types.rb', line 671 def suffix @suffix end |
#title ⇒ Object
Returns the value of attribute title.
668 669 670 |
# File 'lib/channel_advisor/order_service/types.rb', line 668 def title @title end |