# PurchaseData.RecurringState

```
public static @interface PurchaseData.RecurringState
```

```
com.gaa.sdk.iap.PurchaseData.RecurringState
```

월정액 상품의 상태값

## Constants <a href="#id-a-purchasedata.recurringstate-constants" id="id-a-purchasedata.recurringstate-constants"></a>

***

### RECURRING <a href="#id-a-purchasedata.recurringstate-recurring" id="id-a-purchasedata.recurringstate-recurring"></a>

```
int RECURRING
```

자동 결제 중

Constant Value: 0

### CANCEL <a href="#id-a-purchasedata.recurringstate-cancel" id="id-a-purchasedata.recurringstate-cancel"></a>

```
int CANCEL
```

자동 결제 해지 예약중

Constant Value: 1

### NON\_AUTO\_PRODUCT <a href="#id-a-purchasedata.recurringstate-non_auto_product" id="id-a-purchasedata.recurringstate-non_auto_product"></a>

```
int NON_AUTO_PRODUCT
```

자동결제가 아닌 경우

Constant Value: -1


---

# 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/v21/references/annotations/purchasedata.recurringstate.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.
