> For the complete documentation index, see [llms.txt](https://docs.2checkout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.2checkout.com/soap-api-reference/soap-api-6.0/api-responses/next-renewal-price.md).

# Next renewal price

The object below is returned directly or within a successful response from the following API request:

<a href="/pages/c1b51f661a758203eea12763bb98780655b6b6fd" class="button primary" data-icon="folder-check">Retrieve next renewal price</a>

## Next renewal price object

<table><thead><tr><th width="150">Parameter</th><th>Type / Description</th></tr></thead><tbody><tr><td><code>NetPrice</code></td><td><p><strong>Double</strong></p><p>Price without taxes</p></td></tr><tr><td><code>NetCurrency</code></td><td><p><strong>String</strong></p><p>Currency for the price without taxes. The currency ISO code used for the payment - ISO 4217.</p></td></tr><tr><td><code>FinalPrice</code></td><td><p><strong>Double</strong></p><p>Price with taxes</p></td></tr><tr><td><code>FinalCurrency</code></td><td><p><strong>String</strong></p><p>Currency used for prices with taxes. The currency ISO code used for the payment - ISO 4217.</p></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.2checkout.com/soap-api-reference/soap-api-6.0/api-responses/next-renewal-price.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.
