Method: LockstepSdk::FinancialAccountModel#code

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

#codeString

Returns The code for the Financial Account. Can either be a general ledger or an account code.

Returns:

  • (String)

    The code for the Financial Account. Can either be a general ledger or an account code.



54
55
56
# File 'lib/lockstep_sdk/models/financial_account_model.rb', line 54

def code
  @code
end