# 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> |
