DatedMoneySpecification
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-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["`DatedMoneySpecification` defines a monetary amount with a specified currency, start date, and end date."],["It uses ISO 4217 for currency representation and ISO 8601 for date and time formats."],["It extends the `StructuredValue` type and includes properties for amount, currency, start date, and end date."]]],["The `DatedMoneySpecification` type defines monetary information with temporal context. It includes the `amount` of money (a number) and its `currency` (3-letter ISO 4217 format). It specifies a period using `startDate` and `endDate`, both in ISO 8601 date format, defining when the specified monetary amount is applicable. This type extends `StructuredValue` to be able to have structured representation.\n"]]