northcapitalPaymentModule

northcapitalPaymentModule

class to handle deposit functions

Constructor

new northcapitalPaymentModule()

Source:

Methods

(async, static) getOfferingNorthDetails(body, userId) → {object}

Source:

get northcapital project details

Parameters:
Name Type Description
body object

data to update

userId object

user id

Returns:

response object

Type
object

(async, static) getUserNorthDetails(body, userId) → {object}

Source:

get user northcapital details

Parameters:
Name Type Description
body object

data to update

userId object

user id

Returns:

response object

Type
object

(async, static) insertEntityResponse(userId, partyID) → {object}

Source:

insert entiry response

Parameters:
Name Type Description
userId object

user id

partyID object

party id

Returns:

response object

Type
object

(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) insertPartyResponse(userId, partyID) → {object}

Source:

insert party response

Parameters:
Name Type Description
userId object

user id

partyID object

party id

Returns:

response object

Type
object

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

Source:

update log

Parameters:
Name Type Description
data string

log data

Returns:

sql response

Type
object

(async, static) updateNorthCapitalResponse(body, userId) → {object}

Source:

update North capital response

Parameters:
Name Type Description
body object

data to update

userId object

user id

Returns:

response object

Type
object