createNewExpenseCode()

options is a JavaScript object with the following input parameters:

Parameter

Type

Required

Description

Since

code

String

Yes

A raw expense code supported by the data file.

2020.2

description

String

No

A description of the kind of expense that the expense code represents.

2020.2

Example
          var expenseCode = context.createNewExpenseCode({
    code: '4',
    description: 'RESTAURANT'
}); 

        

Related Topics

Financial Institution Parser Plug-in Interface Definition
getExpenseCodes()

General Notices