public static abstract @interface WalletConstants.TotalPriceStatus implements Annotation
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-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["`WalletConstants.TotalPriceStatus` is an annotation that defines the status of the total price within a `TransactionInfo` object for Google Wallet integration."],["Developers can choose from three predefined status options: `TOTAL_PRICE_STATUS_NOT_CURRENTLY_KNOWN`, `TOTAL_PRICE_STATUS_ESTIMATED`, and `TOTAL_PRICE_STATUS_FINAL`."],["This annotation inherits methods from the `java.lang.annotation.Annotation` interface, such as `annotationType()`, `equals()`, `hashCode()`, and `toString()`."]]],["`WalletConstants.TotalPriceStatus` defines the status of a total price within `TransactionInfo`. It offers three options: `TOTAL_PRICE_STATUS_NOT_CURRENTLY_KNOWN`, indicating an unknown price; `TOTAL_PRICE_STATUS_ESTIMATED`, for an estimated price; and `TOTAL_PRICE_STATUS_FINAL`, representing the final price. This interface inherits methods `annotationType()`, `equals()`, `hashCode()`, and `toString()` from `java.lang.annotation.Annotation`. These methods are standard for annotation types.\n"]]