> 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/purchaseclient.recurringaction.md).

# PurchaseClient.RecurringAction

```
public static @interface PurchaseClient.RecurringAction
```

```
com.gaa.sdk.iap.PurchaseClient.RecurringAction
```

```
```

Type to manage Monthly auto-renewal product status

## Constants <a href="#purchaseclient.recurringaction-constants" id="purchaseclient.recurringaction-constants"></a>

***

### CANCEL <a href="#purchaseclient.recurringaction-cancel" id="purchaseclient.recurringaction-cancel"></a>

```
String CANCEL
```

Cancel the automatic payment of Monthly auto-renewal product

Constant Value: "cancel"

### REACTIVATE <a href="#purchaseclient.recurringaction-reactivate" id="purchaseclient.recurringaction-reactivate"></a>

```
String REACTIVATE
```

Remove the automatic payment cancellation of Monthly auto-renewal product

Constant Value: "reactivate"
