All Types
Interface: CoreAgreement
index.CoreAgreement
Table of contents
Properties
Properties
id
• id: string
date_created
• date_created: string
effective_date
• Optional
effective_date: string
status
• status: string
storage_access
• Optional
storage_access: string
listing
• listing: Object
Type declaration
Name | Type |
---|---|
id | string |
title? | string |
description? | string |
licensor | { id : string ; first_name : string ; last_name : string ; organization? : { id : string ; name : string } } |
licensor.id | string |
licensor.first_name | string |
licensor.last_name | string |
licensor.organization? | { id : string ; name : string } |
licensor.organization.id | string |
licensor.organization.name | string |
licensee
• licensee: Object
Type declaration
Name | Type |
---|---|
id | string |
first_name | string |
last_name | string |
organization? | { id : string ; name : string } |
organization.id | string |
organization.name | string |
agreements_on_chain
• Optional
agreements_on_chain: { agreement_on_chain_id
: string
; agreement_on_chain_timestamp?
: string
}[]