An Amount represents a monetary value in a specific currency.Documentation Index
Fetch the complete documentation index at: https://gobl-regime-code.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Schema ID
https://gobl.org/draft-0/currency/amount
Properties
| Title | Property | Type | Req. | Description |
|---|---|---|---|---|
| Label | label | string | Label allows for additional information to be added to the currency Amount that may be useful. | |
| Currency | currency | currency.Code | true | Code defines the currency for this amount. |
| Value | value | num.Amount | true | Value is the amount in the currency. |