enerfloV2deal Object
An object containing information about the deal's status and related documents.
Table of enerfloV2deal Object
Value Name | Description | Value Type |
---|---|---|
hasDesign | Indicates whether the design has been created. | boolean |
selectedProposal | The unique identifier of the selected proposal. | string |
hasSignedContract | Indicates whether the contract has been signed. | boolean |
hasCreatedProposal | Indicates whether the proposal has been created. | boolean |
hasApprovedContract | Indicates whether the contract has been approved. | boolean |
hasSubmittedProject | Indicates whether the project has been submitted. | boolean |
signedContractFiles | A list of signed contract files related to the deal. | array |
hasGeneratedContract | Indicates whether the contract has been generated. | boolean |
contractApprovalEnabled | Indicates whether contract approval is enabled. | boolean |
Example of enerfloV2deal Object
"enerfloV2deal": {
"hasDesign": true,
"selectedProposal": "123ab456-1a2b-4ebb-9b67-f312f6faec16",
"hasSignedContract": true,
"hasCreatedProposal": true,
"hasApprovedContract": true,
"hasSubmittedProject": true,
"signedContractFiles": [
{
"name": "executed_contract.pdf",
"externalUrl": "https://s3-us-west-2.amazonaws.com/assets.enerflo.io/agreement/executed_contract.pdf"
}
],
"hasGeneratedContract": true,
"contractApprovalEnabled": false
}
Updated 3 months ago