Money amount returned by the Mollie API.
raw preserves the original decoded Mollie payload.
raw
@type t() :: %MollieEx.Types.Money{ currency: String.t() | nil, raw: map(), value: String.t() | nil }