Class: ChannelAdvisor::OrderServiceSOAP::BillingInfo
- Inherits:
-
ContactComplete
- Object
- AddressInfo
- ContactComplete
- ChannelAdvisor::OrderServiceSOAP::BillingInfo
- 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
-
#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) ⇒ BillingInfo
constructor
A new instance of BillingInfo.
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
#addressLine1 ⇒ Object
Returns the value of attribute addressLine1.
1091 1092 1093 |
# File 'lib/channel_advisor/order_service/types.rb', line 1091 def addressLine1 @addressLine1 end |
#addressLine2 ⇒ Object
Returns the value of attribute addressLine2.
1092 1093 1094 |
# File 'lib/channel_advisor/order_service/types.rb', line 1092 def addressLine2 @addressLine2 end |
#city ⇒ Object
Returns the value of attribute city.
1093 1094 1095 |
# File 'lib/channel_advisor/order_service/types.rb', line 1093 def city @city end |
#companyName ⇒ Object
Returns the value of attribute companyName.
1097 1098 1099 |
# File 'lib/channel_advisor/order_service/types.rb', line 1097 def companyName @companyName end |
#countryCode ⇒ Object
Returns the value of attribute countryCode.
1096 1097 1098 |
# File 'lib/channel_advisor/order_service/types.rb', line 1096 def countryCode @countryCode end |
#firstName ⇒ Object
Returns the value of attribute firstName.
1100 1101 1102 |
# File 'lib/channel_advisor/order_service/types.rb', line 1100 def firstName @firstName end |
#jobTitle ⇒ Object
Returns the value of attribute jobTitle.
1098 1099 1100 |
# File 'lib/channel_advisor/order_service/types.rb', line 1098 def jobTitle @jobTitle end |
#lastName ⇒ Object
Returns the value of attribute lastName.
1101 1102 1103 |
# File 'lib/channel_advisor/order_service/types.rb', line 1101 def lastName @lastName end |
#phoneNumberDay ⇒ Object
Returns the value of attribute phoneNumberDay.
1103 1104 1105 |
# File 'lib/channel_advisor/order_service/types.rb', line 1103 def phoneNumberDay @phoneNumberDay end |
#phoneNumberEvening ⇒ Object
Returns the value of attribute phoneNumberEvening.
1104 1105 1106 |
# File 'lib/channel_advisor/order_service/types.rb', line 1104 def phoneNumberEvening @phoneNumberEvening end |
#postalCode ⇒ Object
Returns the value of attribute postalCode.
1095 1096 1097 |
# File 'lib/channel_advisor/order_service/types.rb', line 1095 def postalCode @postalCode end |
#region ⇒ Object
Returns the value of attribute region.
1094 1095 1096 |
# File 'lib/channel_advisor/order_service/types.rb', line 1094 def region @region end |
#suffix ⇒ Object
Returns the value of attribute suffix.
1102 1103 1104 |
# File 'lib/channel_advisor/order_service/types.rb', line 1102 def suffix @suffix end |
#title ⇒ Object
Returns the value of attribute title.
1099 1100 1101 |
# File 'lib/channel_advisor/order_service/types.rb', line 1099 def title @title end |