Method: LockstepSdk::UserAccountModel#accounting_role_code_def_id

Defined in:
lib/lockstep_sdk/models/user_account_model.rb

#accounting_role_code_def_idUuid

Returns FK to the CodeDefinition table; CodeType = ‘AccountingRole’.

Returns:

  • (Uuid)

    FK to the CodeDefinition table; CodeType = ‘AccountingRole’



132
133
134
# File 'lib/lockstep_sdk/models/user_account_model.rb', line 132

def accounting_role_code_def_id
  @accounting_role_code_def_id
end