# TickerReservationDetails

## Hierarchy

* **TickerReservationDetails**

## Index

### Properties

* [expiryDate](/polymesh-sdk-api-reference/docs-v8/interfaces/tickerreservationdetails.md#expirydate)
* [owner](/polymesh-sdk-api-reference/docs-v8/interfaces/tickerreservationdetails.md#owner)
* [status](/polymesh-sdk-api-reference/docs-v8/interfaces/tickerreservationdetails.md#status)

## Properties

### expiryDate

• **expiryDate**: *Date | null*

*Defined in* [*src/api/entities/TickerReservation/types.ts:26*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/api/entities/TickerReservation/types.ts#L26)

date at which the reservation expires, null if it never expires (permanent reservation or token already launched)

### owner

• **owner**: [*Identity*](/polymesh-sdk-api-reference/docs-v8/classes/identity.md) *| null*

*Defined in* [*src/api/entities/TickerReservation/types.ts:22*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/api/entities/TickerReservation/types.ts#L22)

identity ID of the owner of the ticker, null if it hasn't been reserved

### status

• **status**: [*TickerReservationStatus*](/polymesh-sdk-api-reference/docs-v8/enums/tickerreservationstatus.md)

*Defined in* [*src/api/entities/TickerReservation/types.ts:27*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/api/entities/TickerReservation/types.ts#L27)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.polymath.network/polymesh-sdk-api-reference/docs-v8/interfaces/tickerreservationdetails.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
