AcknowledgePurchaseParams.Builder

public final class AcknowledgePurchaseParams.Builder 


Helps construct AcknowledgePurchaseParams that are used to acknowledge a purchase.

Summary

Public methods

AcknowledgePurchaseParams

Returns AcknowledgePurchaseParams reference to initiate acknowledge action.

AcknowledgePurchaseParams.Builder
setPurchaseToken(String purchaseToken)

Specify the token that identifies the purchase to be acknowledged.

Public methods

build

public AcknowledgePurchaseParams build()

Returns AcknowledgePurchaseParams reference to initiate acknowledge action.

setPurchaseToken

public AcknowledgePurchaseParams.Builder setPurchaseToken(String purchaseToken)

Specify the token that identifies the purchase to be acknowledged.

Mandatory.

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 2024年02月27日 UTC.