Amount

Version 2024-04-01

Overview

Represents a quantifiable amount, combining a numeric value with a unit of measurement. This type adheres to the JSR-363 specification for measurement representation. For more detailed information, please refer to the JSR-363 specification: https://jcp.org/en/jsr/detail?id=363

Fields

FieldDescription
unit (String)

Unit of measure for the amount.

value (Decimal required)

The numeric value of the amount. This represents the associated quantity or measure.