class Quickbooks::Model::EmailAddress

def to_xml(options = {})

def to_xml(options = {})
  return "" if address.to_s.empty?
  super
end