Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the
REST Introduction for details.
PriceExtensionPriceUnit
Price extension price unit.
Enums |
UNSPECIFIED |
Not specified. |
UNKNOWN |
Used for return value only. Represents value unknown in this version. |
PER_HOUR |
Per hour. |
PER_DAY |
Per day. |
PER_WEEK |
Per week. |
PER_MONTH |
Per month. |
PER_YEAR |
Per year. |
PER_NIGHT |
Per night. |
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-05-29 UTC.
[null,null,["Last updated 2024-05-29 UTC."],[[["The `PriceExtensionPriceUnit` enum defines the unit of time for a price extension's price."],["Options include per hour, per day, per week, per month, per year, and per night."],["`UNSPECIFIED` and `UNKNOWN` values are reserved for system use and should not be directly utilized."]]],["The document defines an enumeration called \"Price extension price unit\" with various units of time. It specifies eight distinct units: `UNSPECIFIED`, `UNKNOWN`, `PER_HOUR`, `PER_DAY`, `PER_WEEK`, `PER_MONTH`, `PER_YEAR`, and `PER_NIGHT`. `UNSPECIFIED` means the unit is not set, and `UNKNOWN` signifies a value not recognized in the current version. The rest defines time frames, like hourly, daily, weekly, monthly, yearly, or nightly.\n"]]