SoftBank.Note.Currency.name
You're seeing just the function
name
, go back to SoftBank.Note.Currency module for more information.
Specs
name(SoftBank.Note.t() | String.t() | atom()) :: String.t()
Returns the name of the currency or nil if it doesn’t exist.
Example:
iex> SoftBank.Note.Currency.name(:USD)
"US Dollar"
iex> SoftBank.Note.Currency.name(:WRONG)
nil