> For the complete documentation index, see [llms.txt](https://onestore-dev.gitbook.io/dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://onestore-dev.gitbook.io/dev/tools/billing/v21/references/classes/acknowledgeparams.md).

# AcknowledgeParams

```
public class AcknowledgeParams extends Object
```

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

구매한 인앱 상품을 확인하기 위한 파라미터 입니다.

**See Also:**

PurchaseClient.acknowledgeAsync(AcknowledgeParams, \[I]AcknowledgeListener)

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

***

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

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

***

### getPurchaseData <a href="#id-c-acknowledgeparams-getpurchasedata" id="id-c-acknowledgeparams-getpurchasedata"></a>

```
[C]PurchaseData getPurchaseData()
```

인앱 상품의 구매 데이터를 반환합니다.

| **Returns:**                                                                   |             |
| ------------------------------------------------------------------------------ | ----------- |
| [\[C\]PurchaseData](/dev/tools/billing/v21/references/classes/purchasedata.md) | <p><br></p> |

### getDeveloperPayload <a href="#id-c-acknowledgeparams-getdeveloperpayload" id="id-c-acknowledgeparams-getdeveloperpayload"></a>

```
String getDeveloperPayload()
```

개발사에서 지정한 페이로드를 반환합니다.

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

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

```
[C]AcknowledgeParams.Builder newBuilder()
```

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

| **Returns:**                                                                                             |             |
| -------------------------------------------------------------------------------------------------------- | ----------- |
| [\[C\]AcknowledgeParams.Builder](/dev/tools/billing/v21/references/classes/acknowledgeparams.builder.md) | <p><br></p> |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://onestore-dev.gitbook.io/dev/tools/billing/v21/references/classes/acknowledgeparams.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
