Class: ActiveNetsuite::BillAddress
- Inherits:
-
Object
- Object
- ActiveNetsuite::BillAddress
- Defined in:
- lib/activenetsuite/soap/default.rb
Overview
urn:common_2013_2urn:common_2013_2.platformurn:common_2013_2.platform.webservicesurn:common_2013_2.platform.webservices.netsuiteurn:common_2013_2.platform.webservices.netsuite.comBillAddress
billAttention - SOAP::SOAPString
billAddressee - SOAP::SOAPString
billPhone - SOAP::SOAPString
billAddr1 - SOAP::SOAPString
billAddr2 - SOAP::SOAPString
billAddr3 - SOAP::SOAPString
billCity - SOAP::SOAPString
billState - SOAP::SOAPString
billZip - SOAP::SOAPString
billCountry - ActiveNetsuite::Country
Instance Attribute Summary collapse
-
#billAddr1 ⇒ Object
Returns the value of attribute billAddr1.
-
#billAddr2 ⇒ Object
Returns the value of attribute billAddr2.
-
#billAddr3 ⇒ Object
Returns the value of attribute billAddr3.
-
#billAddressee ⇒ Object
Returns the value of attribute billAddressee.
-
#billAttention ⇒ Object
Returns the value of attribute billAttention.
-
#billCity ⇒ Object
Returns the value of attribute billCity.
-
#billCountry ⇒ Object
Returns the value of attribute billCountry.
-
#billPhone ⇒ Object
Returns the value of attribute billPhone.
-
#billState ⇒ Object
Returns the value of attribute billState.
-
#billZip ⇒ Object
Returns the value of attribute billZip.
Instance Method Summary collapse
-
#initialize(billAttention = nil, billAddressee = nil, billPhone = nil, billAddr1 = nil, billAddr2 = nil, billAddr3 = nil, billCity = nil, billState = nil, billZip = nil, billCountry = nil) ⇒ BillAddress
constructor
A new instance of BillAddress.
Constructor Details
#initialize(billAttention = nil, billAddressee = nil, billPhone = nil, billAddr1 = nil, billAddr2 = nil, billAddr3 = nil, billCity = nil, billState = nil, billZip = nil, billCountry = nil) ⇒ BillAddress
Returns a new instance of BillAddress.
49710 49711 49712 49713 49714 49715 49716 49717 49718 49719 49720 49721 |
# File 'lib/activenetsuite/soap/default.rb', line 49710 def initialize(billAttention = nil, billAddressee = nil, billPhone = nil, billAddr1 = nil, billAddr2 = nil, billAddr3 = nil, billCity = nil, billState = nil, billZip = nil, billCountry = nil) @billAttention = billAttention @billAddressee = billAddressee @billPhone = billPhone @billAddr1 = billAddr1 @billAddr2 = billAddr2 @billAddr3 = billAddr3 @billCity = billCity @billState = billState @billZip = billZip @billCountry = billCountry end |
Instance Attribute Details
#billAddr1 ⇒ Object
Returns the value of attribute billAddr1.
49702 49703 49704 |
# File 'lib/activenetsuite/soap/default.rb', line 49702 def billAddr1 @billAddr1 end |
#billAddr2 ⇒ Object
Returns the value of attribute billAddr2.
49703 49704 49705 |
# File 'lib/activenetsuite/soap/default.rb', line 49703 def billAddr2 @billAddr2 end |
#billAddr3 ⇒ Object
Returns the value of attribute billAddr3.
49704 49705 49706 |
# File 'lib/activenetsuite/soap/default.rb', line 49704 def billAddr3 @billAddr3 end |
#billAddressee ⇒ Object
Returns the value of attribute billAddressee.
49700 49701 49702 |
# File 'lib/activenetsuite/soap/default.rb', line 49700 def billAddressee @billAddressee end |
#billAttention ⇒ Object
Returns the value of attribute billAttention.
49699 49700 49701 |
# File 'lib/activenetsuite/soap/default.rb', line 49699 def billAttention @billAttention end |
#billCity ⇒ Object
Returns the value of attribute billCity.
49705 49706 49707 |
# File 'lib/activenetsuite/soap/default.rb', line 49705 def billCity @billCity end |
#billCountry ⇒ Object
Returns the value of attribute billCountry.
49708 49709 49710 |
# File 'lib/activenetsuite/soap/default.rb', line 49708 def billCountry @billCountry end |
#billPhone ⇒ Object
Returns the value of attribute billPhone.
49701 49702 49703 |
# File 'lib/activenetsuite/soap/default.rb', line 49701 def billPhone @billPhone end |
#billState ⇒ Object
Returns the value of attribute billState.
49706 49707 49708 |
# File 'lib/activenetsuite/soap/default.rb', line 49706 def billState @billState end |
#billZip ⇒ Object
Returns the value of attribute billZip.
49707 49708 49709 |
# File 'lib/activenetsuite/soap/default.rb', line 49707 def billZip @billZip end |