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

Instance Method Details

#to_xml_nsObject



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

def to_xml_ns
  to_xml_inject_ns('Address')
end

#zipObject



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

def zip
  postal_code
end