module Quickbooks::Model::Definition::ClassMethods
def is_name_list_entity?
def is_name_list_entity? !self.is_transaction_entity? end
def is_transaction_entity?
def is_transaction_entity? TRANSACTION_ENTITIES.include?(self.name.demodulize) end
def is_name_list_entity? !self.is_transaction_entity? end
def is_transaction_entity? TRANSACTION_ENTITIES.include?(self.name.demodulize) end