> 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/annotations/purchasedata.recurringstate.md).

# PurchaseData.RecurringState

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

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

```
```

<br>

Status value of Monthly auto-renewal product

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

***

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

```
int RECURRING
```

Automatic payment is in progress

Constant Value: 0

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

```
int CANCEL
```

Reservation for the automatic payment cancellation is in progress

Constant Value: 1

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

```
int NON_AUTO_PRODUCT
```

If it is not automatic payment

Constant Value: -1
