OpenForm

Money

Last updated on

A monetary amount with currency

A Money is a structured primitive that represents a monetary amount paired with an ISO 4217 currency code.

Properties

amount: number
Amount expressed in decimal form (supports negative values).
currency: string
ISO 4217 alpha-3 currency code (e.g., USD, EUR).

Examples

amount: 99.99
currency: USD

On this page