Class: ChannelAdvisor::OrderServiceSOAP::BillingInfo

Inherits:
ContactComplete show all
Defined in:
lib/channel_advisor/order_service/types.rb

Overview

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

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

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

Returns a new instance of BillingInfo.



1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
# File 'lib/channel_advisor/order_service/types.rb', line 1106

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.



1091
1092
1093
# File 'lib/channel_advisor/order_service/types.rb', line 1091

def addressLine1
  @addressLine1
end

#addressLine2Object

Returns the value of attribute addressLine2.



1092
1093
1094
# File 'lib/channel_advisor/order_service/types.rb', line 1092

def addressLine2
  @addressLine2
end

#cityObject

Returns the value of attribute city.



1093
1094
1095
# File 'lib/channel_advisor/order_service/types.rb', line 1093

def city
  @city
end

#companyNameObject

Returns the value of attribute companyName.



1097
1098
1099
# File 'lib/channel_advisor/order_service/types.rb', line 1097

def companyName
  @companyName
end

#countryCodeObject

Returns the value of attribute countryCode.



1096
1097
1098
# File 'lib/channel_advisor/order_service/types.rb', line 1096

def countryCode
  @countryCode
end

#firstNameObject

Returns the value of attribute firstName.



1100
1101
1102
# File 'lib/channel_advisor/order_service/types.rb', line 1100

def firstName
  @firstName
end

#jobTitleObject

Returns the value of attribute jobTitle.



1098
1099
1100
# File 'lib/channel_advisor/order_service/types.rb', line 1098

def jobTitle
  @jobTitle
end

#lastNameObject

Returns the value of attribute lastName.



1101
1102
1103
# File 'lib/channel_advisor/order_service/types.rb', line 1101

def lastName
  @lastName
end

#phoneNumberDayObject

Returns the value of attribute phoneNumberDay.



1103
1104
1105
# File 'lib/channel_advisor/order_service/types.rb', line 1103

def phoneNumberDay
  @phoneNumberDay
end

#phoneNumberEveningObject

Returns the value of attribute phoneNumberEvening.



1104
1105
1106
# File 'lib/channel_advisor/order_service/types.rb', line 1104

def phoneNumberEvening
  @phoneNumberEvening
end

#postalCodeObject

Returns the value of attribute postalCode.



1095
1096
1097
# File 'lib/channel_advisor/order_service/types.rb', line 1095

def postalCode
  @postalCode
end

#regionObject

Returns the value of attribute region.



1094
1095
1096
# File 'lib/channel_advisor/order_service/types.rb', line 1094

def region
  @region
end

#suffixObject

Returns the value of attribute suffix.



1102
1103
1104
# File 'lib/channel_advisor/order_service/types.rb', line 1102

def suffix
  @suffix
end

#titleObject

Returns the value of attribute title.



1099
1100
1101
# File 'lib/channel_advisor/order_service/types.rb', line 1099

def title
  @title
end