getStandardTransactionCodes()

Example

          function getStandardTransactionCodes(context) {
    context.createNewStandardTransactionCode({
        transactionCode: 'CREDIT',
        transactionType: 'DEPOSIT'
  });
} 

        

Related Topics

General Notices