대화형 작업이 2023년 6월 13일에 지원 중단되었습니다. 자세한 내용은
대화 작업 지원 중단을 참고하세요.
CompletePurchaseValue
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
디지털 인앱 상품에 대한 SKU 세부정보가 포함됩니다. 다음에 대한 출력으로 작업으로 반환됨
actions.type.CompletePurchaseValue
JSON 표현 |
{
"purchaseStatus": enum (PurchaseStatus ),
"orderId": string,
"purchaseToken": string
} |
필드 |
purchaseStatus |
enum (PurchaseStatus )
현재 구매의 상태입니다.
|
orderId |
string
거래의 고유 주문 식별자입니다. 이 식별자는 Google에서 제공한 주문 ID에 해당합니다.
|
purchaseToken |
string
특정 항목 및 사용자 쌍의 구매를 고유하게 식별하는 불투명 토큰입니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(UTC)"],[[["\u003cp\u003eThis document outlines the JSON representation of sku details for digital in-app goods, used as output for \u003ccode\u003eactions.type.CompletePurchaseValue\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON response includes \u003ccode\u003epurchaseStatus\u003c/code\u003e, \u003ccode\u003eorderId\u003c/code\u003e, and \u003ccode\u003epurchaseToken\u003c/code\u003e fields providing details about the purchase status, a unique order ID, and a purchase token for the specific item and user.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003epurchaseStatus\u003c/code\u003e uses the \u003ccode\u003ePurchaseStatus\u003c/code\u003e enum to indicate the current state of the purchase, while \u003ccode\u003eorderId\u003c/code\u003e corresponds to the Google-provided order ID for the transaction.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003epurchaseToken\u003c/code\u003e is a unique identifier linking a specific purchase to a particular item and user, ensuring clear tracking and management of digital goods.\u003c/p\u003e\n"]]],[],null,["# CompletePurchaseValue\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nContains sku details for digital in-app goods. Returned to the Action as output for\n`actions.type.CompletePurchaseValue`.\n\n| JSON representation ||\n|---------------------------------------------------------------------------------------------------|---|\n| ``` { \"purchaseStatus\": enum (`PurchaseStatus`), \"orderId\": string, \"purchaseToken\": string } ``` |\n\n| Fields ||\n|------------------|----------------------------------------------------------------------------------------------------------------------|\n| `purchaseStatus` | `enum (``PurchaseStatus``)` Status of current purchase. |\n| `orderId` | `string` A unique order identifier for the transaction. This identifier corresponds to the Google provided order ID. |\n| `purchaseToken` | `string` A opaque token that uniquely identifies a purchase for a given item and user pair. |"]]