retrieve - Currency Module Reference
This documentation provides a reference to the retrieve
method. This belongs to the Currency Module.
This method retrieves a currency by its code and and optionally based on the provided configurations.
Example
Parameters
code
stringRequiredThe code of the currency to retrieve.
config
FindConfig<CurrencyDTO>The configurations determining how the currency is retrieved. Its properties, such as select
or relations
, accept the
attributes or relations associated with a currency.
config
FindConfig<CurrencyDTO>select
or relations
, accept the
attributes or relations associated with a currency.Returns
The retrieved currency.
Was this section helpful?