- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
retrieveCurrency - Currency Module Reference
This documentation provides a reference to the retrieveCurrency
method. This belongs to the Currency Module.
Note: You should only use this methods when implementing complex customizations. For common cases, check out available workflows instead.
This method retrieves a currency by its code and and optionally based on the provided configurations.
Example#
Parameters#
code
stringThe code of the currency to retrieve.
The configurations determining how the currency is retrieved. Its properties, such as select
or relations
, accept the
attributes or relations associated with a currency.
select
or relations
, accept the
attributes or relations associated with a currency.Returns#
Promise
Promise<CurrencyDTO>The retrieved currency.
Promise
Promise<CurrencyDTO>Was this page helpful?