Stay organized with collections
Save and categorize content based on your preferences.
google::play::billing::AcknowledgePurchaseParams
#include <billing/models.h>
Params for acknowledging a purchase.
Summary
See BillingClient::AcknowledgePurchase for more details.
Public attributes
|
purchase_token
|
std::string
Purchase token for purchase being acknowledged.
|
Public attributes
purchase_token
std::string google::play::billing::AcknowledgePurchaseParams::purchase_token
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-04-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-10 UTC."],[],[],null,["# google::play::billing::AcknowledgePurchaseParams Struct Reference\n\ngoogle::play::billing::AcknowledgePurchaseParams\n================================================\n\n\n`#include \u003cbilling/models.h\u003e`\n\nParams for acknowledging a purchase.\n\nSummary\n-------\n\nSee [BillingClient::AcknowledgePurchase](/games/playgames/native-pc/reference/class/google/play/billing/billing-client#classgoogle_1_1play_1_1billing_1_1_billing_client_1ae2885b0119c6c9bf7e4eb51147ba6e74) for more details.\n\n| ### Public attributes ||\n|-----------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------|\n| [purchase_token](#structgoogle_1_1play_1_1billing_1_1_acknowledge_purchase_params_1a53886cea1405bc844a082d5aff5cd3f5) | `std::string` Purchase token for purchase being acknowledged. |\n\nPublic attributes\n-----------------\n\n### purchase_token\n\n```scdoc\nstd::string google::play::billing::AcknowledgePurchaseParams::purchase_token\n``` \nPurchase token for purchase being acknowledged.\n\nSee [ProductPurchaseDetails::purchase_token](/games/playgames/native-pc/reference/struct/google/play/billing/product-purchase-details#structgoogle_1_1play_1_1billing_1_1_product_purchase_details_1a8acdfa750ceab9b1c2411bf07ad8fa4c) for more details."]]