> 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/v21/references/annotations/purchaseclient.producttype.md).

# PurchaseClient.ProductType

```
public static @interface PurchaseClient.ProductType
```

```
com.gaa.sdk.iap.PurchaseClient.ProductType
```

지원되는 상품유형

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

***

### ALL <a href="#id-a-purchaseclient.producttype-all" id="id-a-purchaseclient.producttype-all"></a>

```
String ALL
```

상품상세 정보를 한번에 받기 위한 타입

Constant Value: "all"

### INAPP <a href="#id-a-purchaseclient.producttype-inapp" id="id-a-purchaseclient.producttype-inapp"></a>

```
String INAPP
```

관리형 상품 타입

Constant Value: "inapp"

### AUTO <a href="#id-a-purchaseclient.producttype-auto" id="id-a-purchaseclient.producttype-auto"></a>

```
String AUTO
```

월정액 상품 타입

Constant Value: "auto"

### SUBS <a href="#id-a-purchaseclient.producttype-subs" id="id-a-purchaseclient.producttype-subs"></a>

```
String SUBS
```

구독형 상품 타입

Constant Value: "subscription"
