Method: LockstepSdk::FinancialAccountModel#category

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

#categoryString

Returns The category for the Financial Account. Examples include Current Asset, Current Liability, Common Stock.

Returns:

  • (String)

    The category for the Financial Account. Examples include Current Asset, Current Liability, Common Stock



86
87
88
# File 'lib/lockstep_sdk/models/financial_account_model.rb', line 86

def category
  @category
end