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

NameType
idstring
title?string
description?string
licensor{ id: string ; first_name: string ; last_name: string ; organization?: { id: string ; name: string } }
licensor.idstring
licensor.first_namestring
licensor.last_namestring
licensor.organization?{ id: string ; name: string }
licensor.organization.idstring
licensor.organization.namestring

licensee

licensee: Object

Type declaration

NameType
idstring
first_namestring
last_namestring
organization?{ id: string ; name: string }
organization.idstring
organization.namestring

agreements_on_chain

Optional agreements_on_chain: { agreement_on_chain_id: string ; agreement_on_chain_timestamp?: string }[]