.. rst-class:: outdated 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! .. _component_currency_model_currency: 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 :ref:`component_currency_model_currency-interface`.