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