fee_account_id

Returns the ID of the account that receives the fee payments, or null for the default one

To get the account, the proper usage is:

val account = transfer.ensure_chain_fee_account(fee_account_id());

See also

transfer.ensure_chain_fee_account

if the actual account is needed.