# RecurringProductParams

```
public class RecurringProductParams extends Object
```

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

<br>

월정액 상품의 상태를 변경하기 위한 파라미터 입니다.

**See Also:**

[PurchaseClient.manageRecurringProductAsync](/dev/tools/billing/old-version/v19/undefined-3/classes/purchaseclient.md)(RecurringProductParams, [RecurringProductListener](/dev/tools/billing/old-version/v19/undefined-3/interfaces/recurringproductlistener.md))<br>

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

***

| Nested classes |                                                                                                                                      |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| class          | <p><a href="/pages/c5LV4YgMHSDw1WQ2w27M">RecurringProductParams.Builder</a></p><p>RecurringProductParams의 인스턴스를 쉽게 만들기 위한 빌더입니다.</p> |

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

***

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

```
 getPurchaseData()
```

월정액 상품의 구매 데이터를 반환합니다.

| **Returns:**                                                                           |             |
| -------------------------------------------------------------------------------------- | ----------- |
| [PurchaseData](/dev/tools/billing/old-version/v19/undefined-3/classes/purchasedata.md) | <p><br></p> |

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

```
String getRecurringAction()
```

월정액 상품의 변경하고 싶은 상태값을 반환합니다.

| **Returns:** |                                                                                                                                |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------ |
| String       | [PurchaseClient.RecurringAction](/dev/tools/billing/old-version/v19/undefined-3/annotations/purchaseclient.recurringaction.md) |

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

```
 newBuilder()
```

RecurringProductParams의 인스턴스를 만들기 위한 빌더를 생성합니다.

| **Returns:**                                                                                                               |             |
| -------------------------------------------------------------------------------------------------------------------------- | ----------- |
| [RecurringProductParams.Builder](/dev/tools/billing/old-version/v19/undefined-3/classes/recurringproductparams.builder.md) | <p><br></p> |


---

# 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://onestore-dev.gitbook.io/dev/tools/billing/old-version/v19/undefined-3/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.
