# ProductDetailsParams.Builder

```
public final class ProductDetailsParams.Builder extends Object
```

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

<br>

[ProductDetailsParams](/dev/tools/billing/old-version/v19/undefined-3/classes/productdetailsparams.md)의 인스턴스를 쉽게 만들기 위한 빌더입니다.

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

***

### setProductIdList <a href="#productdetailsparams.builder-setproductidlist" id="productdetailsparams.builder-setproductidlist"></a>

```
ProductDetailsParams.Builder setProductIdList(List<String> productIdList)
```

<table data-header-hidden><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><strong>Parameters:</strong></td><td></td></tr><tr><td><pre><code>productIdList
</code></pre></td><td>인앱 상품 아이디 리스트</td></tr><tr><td><strong>Returns:</strong></td><td></td></tr><tr><td>ProductDetailsParams.Builder</td><td><br></td></tr></tbody></table>

### setProductType <a href="#productdetailsparams.builder-setproducttype" id="productdetailsparams.builder-setproducttype"></a>

```
ProductDetailsParams.Builder setProductType(String productType)
```

<table data-header-hidden><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><strong>Parameters:</strong></td><td></td></tr><tr><td><pre><code>productType
</code></pre></td><td><p>인앱 상품들의 상품 타입</p><p><a href="/pages/YLActkuG7QNaHonc5CVb">PurchaseClient.ProductType</a></p></td></tr><tr><td><strong>Returns:</strong></td><td></td></tr><tr><td>ProductDetailsParams.Builder</td><td><br></td></tr></tbody></table>

### build <a href="#productdetailsparams.builder-build" id="productdetailsparams.builder-build"></a>

```
 build()
```

ProductDetailsParams의 인스턴스를 생성합니다.

| **Returns:**                                                                                           |             |
| ------------------------------------------------------------------------------------------------------ | ----------- |
| [ProductDetailsParams](/dev/tools/billing/old-version/v19/undefined-3/classes/productdetailsparams.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/old-version/v19/undefined-3/classes/productdetailsparams.builder.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.
