Packages

Reyden-X is an automated service for promoting live broadcasts on external sites with integrated system of viewers and views management

Current section

Files

Jump to
reydenx lib reydenx model balance.ex
Raw

lib/reydenx/model/balance.ex

defmodule Reydenx.Model.Balance do
@derive {Jason.Encoder,
only: [:id, :amount, :currency_id, :user_id, :formatted_amount, :currency]}
defstruct [
:id,
:amount,
:currency_id,
:user_id,
:formatted_amount,
:currency
]
end