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

# Interface: ListingObject

[index](.././index).ListingObject

Listing entity interface matching GraphQL schema

## Table of contents

### Properties

* [id](#id)
* [listingId](#listingid)
* [IPCollection](#ipcollection)
* [active](#active)
* [price](#price)
* [termsId](#termsid)
* [availableAgreements](#availableagreements)
* [docURI](#docuri)
* [licensor](#licensor)
* [licensorSignature](#licensorsignature)
* [nftId](#nftid)
* [paymentToken](#paymenttoken)
* [preferredLicensee](#preferredlicensee)
* [listingType](#listingtype)
* [metadata](#metadata)
* [blockNumber](#blocknumber)
* [blockTimestamp](#blocktimestamp)
* [transactionHash](#transactionhash)
* [terms](#terms)

## Properties

### id

• **id**: `string`

### listingId

• **listingId**: `string`

### IPCollection

• **IPCollection**: \`0x\$\{string}\`

### active

• **active**: `boolean`

### price

• **price**: `string`

### termsId

• **termsId**: `string`

### availableAgreements

• **availableAgreements**: `string`

### docURI

• `Optional` **docURI**: `string`

### licensor

• **licensor**: \`0x\$\{string}\`

### licensorSignature

• `Optional` **licensorSignature**: `string`

### nftId

• **nftId**: `string`

### paymentToken

• **paymentToken**: \`0x\$\{string}\`

### preferredLicensee

• `Optional` **preferredLicensee**: \`0x\$\{string}\`

### listingType

• **listingType**: `number`

### metadata

• `Optional` **metadata**: `string`

### blockNumber

• **blockNumber**: `string`

### blockTimestamp

• **blockTimestamp**: `string`

### transactionHash

• **transactionHash**: `string`

### terms

• `Optional` **terms**: [`TermsObject`](./terms-object)
