# ProductDetailsParams.Builder

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

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

<br>

It is a builder for easy creation of the ProductDetailsParams instances.

## 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>List of In-app product IDs</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>Type of in-app products</p><p><a href="https://dev.onestore.co.kr/wiki/en/doc/purchaseclient-producttype-5833452.html">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()
```

It creates the ProductDetailsParams instances.

| **Returns:**                                                                                     |             |
| ------------------------------------------------------------------------------------------------ | ----------- |
| [ProductDetailsParams](https://dev.onestore.co.kr/wiki/en/doc/productdetailsparams-5833438.html) | <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/eng/tools/billing/old-version/v19/one-store-iap-reference/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.
