AlternativeChoiceDetails

public final class AlternativeChoiceDetails 


Details related to a user's choice of alternative billing.

Summary

Nested types

Details about a product being purchased.

Public methods

String
(削除) getExternalTransactionToken (削除ここまで)()

Returns a token that represents the user's prospective purchase via alternative billing.

String
(削除) getOriginalExternalTransactionId (削除ここまで)()

Returns the external transaction Id of the originating subscription, if the purchase is a subscription upgrade/downgrade.

List<AlternativeChoiceDetails.Product>
(削除) getProducts (削除ここまで)()

Returns a list of Product to be purchased in the alternative billing flow.

Public methods

getExternalTransactionToken

public String (削除) getExternalTransactionToken (削除ここまで)()

Returns a token that represents the user's prospective purchase via alternative billing.

getOriginalExternalTransactionId

public String (削除) getOriginalExternalTransactionId (削除ここまで)()

Returns the external transaction Id of the originating subscription, if the purchase is a subscription upgrade/downgrade.

getProducts

public List<AlternativeChoiceDetails.Product> (削除) getProducts (削除ここまで)()

Returns a list of Product to be purchased in the alternative billing flow.

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.