Note block
Note Block
Description: A note block associated with a convertible note.
Referenced By (1): - Convertible Note
References (2): - Note Block Status - Note Type
Example:
{
"id": "4",
"name": "Bridge 2014",
"prefix": "CN",
"noteType": "CONVERTIBLE_DEBT",
"status": "EXECUTED"
}
Properties:
| Property | Type | Description | Required |
|---|---|---|---|
id |
STRING |
The identifier of the note block. Constraints: Min length: 1, Max length: 50 |
- |
name |
STRING |
The name of the note block. Constraints: Min length: 1, Max length: 1000 |
- |
noteType |
Note Type | The type of the note related to the note block. | REQUIRED |
prefix |
STRING |
The prefix of the note block. Constraints: Max length: 1000 |
- |
status |
Note Block Status | The status of the note block. | REQUIRED |