Class: Quickeebooks::Windows::Model::OtherNameId

Inherits:
IntuitType
  • Object
show all
Defined in:
lib/quickeebooks/windows/model/other_name_id.rb

Constant Summary collapse

DOMAIN =
"QB"

Instance Method Summary collapse

Methods included from Logging

#log

Constructor Details

#initialize(value = nil) ⇒ OtherNameId

Returns a new instance of OtherNameId.



14
15
16
17
# File 'lib/quickeebooks/windows/model/other_name_id.rb', line 14

def initialize(value = nil)
  self.idDomain = DOMAIN
  self.value = value
end