Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Describes an amount of money with a specific currency in the format <Amount>:<Currency Code>, where <Amount> is a decimal number with "." as a decimal separator and ":" as a delimiter between <Amount> and <Currency Code>.

Code Block
languagejson
//amount

{
    "entity": "amount",
    "value": "33.78:EUR",
    "box": {
        "page": 1,
        "left": 535.0,
        "top": 395.0,
        "width": 25.0,
        "height": 10.0
    }
}

The currency code should be given according to the list specified in ISO 4217.

...