northCapitalModule

northCapitalModule

class to handle user functions

Constructor

new northCapitalModule()

Source:

Methods

(async, static) fetchBuyersAll(req, count) → {object}

Source:

Fetch All Buyers

Parameters:
Name Type Description
req object

request data

count string

count for the pagination

Returns:

sql response

Type
object

(async, static) getOfferingNorthDetails(req) → {object}

Source:

Get Offering NorthDetails

Parameters:
Name Type Description
req object

request data

Returns:

sql response

Type
object

(async, static) offeringNorthCapitalResponse(req) → {object}

Source:

offering NorthCapital Response

Parameters:
Name Type Description
req object

request data

Returns:

sql response

Type
object