avalaraTaxModule

avalaraTaxModule

class to handle deposit functions

Constructor

new avalaraTaxModule()

Source:

Methods

(async, static) insertLog(nameID) → {object}

Source:

insert log

Parameters:
Name Type Description
nameID string

email ID to check in the database.

Returns:

sql response

Type
object

(async, static) updateLog(data) → {object}

Source:

update log

Parameters:
Name Type Description
data string

log data

Returns:

sql response

Type
object