Money: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{PageTitle|title=Money structure}} The '''Money''' structure represents an amount of money in the Barion system. = API usage = This structure is used by the following API...") |
(No difference)
|
Revision as of 12:31, 23 December 2019
Money structure
The Money structure represents an amount of money in the Barion system.
API usage
This structure is used by the following API endpoints:
Properties
| Property name | Property type | Limitations and constraints | Description |
|---|---|---|---|
| Currency | string |
|
The currency of the money |
| Value | decimal |
|
The total amount of money in the currency set above. |