Models¶
Danger
We’re sorry but this documentation section is outdated. Please have that in mind when trying to use it. You can help us making documentation up to date via Sylius Github. Thank you!
Currency¶
Every currency is represented by a Currency model which by default has the following properties:
Method |
Description |
---|---|
id |
Unique id of the currency |
code |
Currency’s code |
createdAt |
Date of creation |
updatedAt |
Date of last update |
Note
This model implements CurrencyInterface.