A single credit debit or credit event.
@type t() :: %Miosa.Types.CreditTransaction{ amount: integer(), created_at: String.t() | nil, description: String.t() | nil, id: String.t(), type: String.t() }
@spec from_map(map()) :: t()