> For the complete documentation index, see [llms.txt](https://centr.gitbook.io/netcs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://centr.gitbook.io/netcs/api/basic-types/amount.md).

# Amount

The Amount model contains to values : `Integral.Fraction`

Example : 5000.13 Where the 5000 is the Integral and the 13 is the fraction

| Field      | Type   | Description                                     |
| ---------- | ------ | ----------------------------------------------- |
| `Integral` | `int`  | Integral is the value that comes before the dot |
| `Fraction` | `long` | Fraction is the value that comes after the dot  |
