class Quickeebooks::Windows::Model::OtherNameId
Constants
- DOMAIN
Public Class Methods
new(value = nil)
click to toggle source
# File lib/quickeebooks/windows/model/other_name_id.rb, line 14 def initialize(value = nil) self.idDomain = DOMAIN self.value = value end