> 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/tools/billing/old-version/v19/undefined-3/annotations/purchasedata.recurringstate.md).

# 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

```
