SoftBank.Note.Currency.usd
You're seeing just the function
usd
, go back to SoftBank.Note.Currency module for more information.
Convenience method to create a SoftBank.Note
object for the US Dollar (USD) currency.
Example:
iex> SoftBank.Note.Currency.usd(100)
%SoftBank.Note{amount: 100, currency: :USD}