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