Money.put_format_options

You're seeing just the function put_format_options, go back to Money module for more information.
Link to this function

put_format_options(money, options)

View Source (since 5.5.0)

Specs

put_format_options(t(), Keyword.t()) :: t()

Add format options to a t:Money.

Arguments

  • money is any valid t:Money type returned by Money.new/2

  • options is a keyword list of options. These options are used when calling Money.to_string/2. The default is []