# ProductDetailsParams

```
public class ProductDetailsParams extends Object
```

```
java.lang.Object
    ↳ com.gaa.sdk.iap.ProductDetailsParams
```

인앱 상품 상세정보를 요청하기 위한 파라미터 입니다.

**See Also:**

[PurchaseClient.queryProductDetailsAsync](/dev/tools/billing/v21/references/classes/purchaseclient.md)(ProductDetailsParams, [\[I\]ProductDetailsListener](/dev/tools/billing/v21/references/interfaces/productdetailslistener.md))

## Summary <a href="#id-c-productdetailsparams-summary" id="id-c-productdetailsparams-summary"></a>

***

| Nested classes |                                                                                                                                  |
| -------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| class          | <p><a href="/pages/XawoA0grhcmMWis3ciAu">ProductDetailsParams.Builder</a></p><p>ProductDetailsParams의 인스턴스를 쉽게 만들기 위한 빌더입니다.</p> |

## Public methods <a href="#id-c-productdetailsparams-publicmethods" id="id-c-productdetailsparams-publicmethods"></a>

***

### getProductIdList <a href="#id-c-productdetailsparams-getproductidlist" id="id-c-productdetailsparams-getproductidlist"></a>

```
List<String> getProductIdList()
```

인앱 상품의 아이디 리스트를 반환합니다.<br>

| **Returns:**  |             |
| ------------- | ----------- |
| List\<String> | <p><br></p> |

### getProductType <a href="#id-c-productdetailsparams-getproducttype" id="id-c-productdetailsparams-getproducttype"></a>

```
String getProductType()
```

인앱 상품의 아이디 리스트들의 타입을 반환합니다.

| **Returns:** |                                                                                                                |
| ------------ | -------------------------------------------------------------------------------------------------------------- |
| String       | [\[A\]PurchaseClient.ProductType](/dev/tools/billing/v21/references/annotations/purchaseclient.producttype.md) |

### newBuilder <a href="#id-c-productdetailsparams-newbuilder" id="id-c-productdetailsparams-newbuilder"></a>

```
ProductDetailsParams.Builder newBuilder()
```

ProductDetailsParams의 인스턴스를 만들기 위한 빌더를 생성합니다.

| **Returns:**                                                                                                           |             |
| ---------------------------------------------------------------------------------------------------------------------- | ----------- |
| [ProductDetailsParams.Builder](/dev/tools/billing/old-version/v19/undefined-3/classes/productdetailsparams.builder.md) | <p><br></p> |


---

# 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/v21/references/classes/productdetailsparams.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.
