> For the complete documentation index, see [llms.txt](https://onestore-dev.gitbook.io/dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://onestore-dev.gitbook.io/dev/eng/tools/billing/old-version/v19/one-store-iap-reference/classes/recurringproductparams.md).

# RecurringProductParams

```
public class RecurringProductParams extends Object
```

```
java.lang.Object
    ↳ com.gaa.sdk.iap.RecurringProductParams
```

<br>

It is a parameter for changing Monthly auto-renewal product status.

**See Also:**

[PurchaseClient.manageRecurringProductAsync](https://dev.onestore.co.kr/wiki/en/doc/purchaseclient-5833436.html)(RecurringProductParams, [RecurringProductListener](https://dev.onestore.co.kr/wiki/en/doc/recurringproductlistener-5833458.html))<br>

## Summary <a href="#recurringproductparams-summary" id="recurringproductparams-summary"></a>

***

| Nested classes |                                                                                                                                                                                                                         |
| -------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| class          | <p><a href="https://dev.onestore.co.kr/wiki/en/doc/recurringproductparams-builder-5833430.html">RecurringProductParams.Builder</a></p><p>It is a builder for easy creation of the RecurringProductParams instances.</p> |

## Public methods <a href="#recurringproductparams-publicmethods" id="recurringproductparams-publicmethods"></a>

***

### getPurchaseData <a href="#recurringproductparams-getpurchasedata" id="recurringproductparams-getpurchasedata"></a>

```
 getPurchaseData()
```

It returns the purchase data of Monthly auto-renewal product.

| **Returns:**                                                                     |             |
| -------------------------------------------------------------------------------- | ----------- |
| [PurchaseData](https://dev.onestore.co.kr/wiki/en/doc/purchasedata-5833442.html) | <p><br></p> |

### getRecurringAction <a href="#recurringproductparams-getrecurringaction" id="recurringproductparams-getrecurringaction"></a>

```
String getRecurringAction()
```

It returns the status value of Monthly auto-renewal product to be changed.

| **Returns:** |                                                                                                                      |
| ------------ | -------------------------------------------------------------------------------------------------------------------- |
| String       | [PurchaseClient.RecurringAction](https://dev.onestore.co.kr/wiki/en/doc/purchaseclient-recurringaction-5833456.html) |

### newBuilder <a href="#recurringproductparams-newbuilder" id="recurringproductparams-newbuilder"></a>

```
 newBuilder()
```

It generates a builder for creating the RecurringProductParams instances.

| **Returns:**                                                                                                         |             |
| -------------------------------------------------------------------------------------------------------------------- | ----------- |
| [RecurringProductParams.Builder](https://dev.onestore.co.kr/wiki/en/doc/recurringproductparams-builder-5833430.html) | <p><br></p> |


---

# 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://onestore-dev.gitbook.io/dev/eng/tools/billing/old-version/v19/one-store-iap-reference/classes/recurringproductparams.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.
