# ProductDetail

```
public class ProductDetail extends Object
```

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

<br>

인앱결제에 대한 구매 데이터를 나타냅니다.

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

***

<table><thead><tr><th>Public constructors</th></tr></thead><tbody><tr><td><pre><code>ProductDetail(String jsonProductDetail)
</code></pre></td></tr></tbody></table>

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

***

### getOriginalJson <a href="#productdetail-getoriginaljson" id="productdetail-getoriginaljson"></a>

```
String getOriginalJson()
```

인앱 상품의 세부 정보가 포함된 JSON 형식의 문자열을 반환 합니다.

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

### getProductId <a href="#productdetail-getproductid" id="productdetail-getproductid"></a>

```
String getProductId()
```

구매한 인앱상품의 아이디를 반환합니다.

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

### getType <a href="#productdetail-gettype" id="productdetail-gettype"></a>

```
String getType()
```

인앱 상품의 타입을 반환합니다.

| **Returns:** |                                                                                                                        |
| ------------ | ---------------------------------------------------------------------------------------------------------------------- |
| String       | [PurchaseClient.ProductType](/dev/tools/billing/old-version/v19/undefined-3/annotations/purchaseclient.producttype.md) |

### getPrice <a href="#productdetail-getprice" id="productdetail-getprice"></a>

```
String getPrice()
```

인앱 상품의 가격을 반환합니다.

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

### getPriceCurrencyCode <a href="#productdetail-getpricecurrencycode" id="productdetail-getpricecurrencycode"></a>

```
String getPriceCurrencyCode()
```

가격에 대한 ISO 4217 통화 코드를 반환합니다.

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

### getPriceAmountMicros <a href="#productdetail-getpriceamountmicros" id="productdetail-getpriceamountmicros"></a>

```
String getPriceAmountMicros()
```

가격을 마이크로 단위로 반환합니다. 1,000,000 마이크로 단위는 통화의 한 단위와 같습니다.

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

### getTitle <a href="#productdetail-gettitle" id="productdetail-gettitle"></a>

```
String getTitle()
```

인앱 상품의 이름을 반환합니다.

| **Returns:** |             |
| ------------ | ----------- |
| String       | <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/productdetail.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.
