ProjectsResource
You can use projects to retrieve the details of your project
Methods
getCurrent()
getCurrent(includeRelations?): Promise<FirmhouseProject>Retrieve current project
Parameters
• includeRelations?
Relations to include in the response
extraFields?:
booleanInclude extraFields relation
promotions?:
booleanInclude promotions relation
taxRates?:
booleanInclude taxRates relation
Returns
Promise<FirmhouseProject>
the current project
Last updated
Was this helpful?