# PurchaseData.RecurringState

```
public static @interface PurchaseData.RecurringState
com.gaa.sdk.iap.PurchaseData.RecurringState


월정액 상품의 상태값
Constants

RECURRING
int RECURRING
자동 결제 중
Constant Value: 0
CANCEL
int CANCEL
자동 결제 해지 예약중
Constant Value: 1
NON_AUTO_PRODUCT
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/old-version/v19/undefined-3/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.
