Class: Quickeebooks::Online::Model::Address

Inherits:
IntuitType
  • Object
show all
Defined in:
lib/quickeebooks/online/model/address.rb

Instance Method Summary collapse

Methods inherited from IntuitType

resource_for_collection, resource_for_singular

Methods included from Logging

#log

Instance Method Details

#to_xml_ns(options = {}) ⇒ Object



22
23
24
25
# File 'lib/quickeebooks/online/model/address.rb', line 22

def to_xml_ns(options = {})
  options.merge!(:destination_name => 'Address')
  to_xml_inject_ns('Address', options)
end

#zipObject



18
19
20
# File 'lib/quickeebooks/online/model/address.rb', line 18

def zip
  postal_code
end