> ## Documentation Index
> Fetch the complete documentation index at: https://docs.parmanasystems.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Interface: FinalizeExecutionIntentResult

Defined in: typescript/src/models/execution-intent.ts:89

Response of POST /execution-intents/{businessTransactionId}/finalize.

## Properties

### outcome

> `readonly` **outcome**: [`FinalizeExecutionIntentOutcome`](/sdks/reference/typescript/type-aliases/FinalizeExecutionIntentOutcome)

Defined in: typescript/src/models/execution-intent.ts:90

***

### businessTransactionId

> `readonly` **businessTransactionId**: `string`

Defined in: typescript/src/models/execution-intent.ts:91

***

### trustRecordId

> `readonly` **trustRecordId**: `string`

Defined in: typescript/src/models/execution-intent.ts:92

***

### trustRecord

> `readonly` **trustRecord**: [`ExecutionTrustRecord`](/sdks/reference/typescript/interfaces/ExecutionTrustRecord)

Defined in: typescript/src/models/execution-intent.ts:93
