SpaceMongers.Models.OwnedLoan (SpaceMongers v0.2.1) View Source

Represents a loan owned by the user.

Link to this section Summary

Link to this section Types

Specs

t() :: %SpaceMongers.Models.OwnedLoan{
  due: DateTime.t(),
  extra_fields: map(),
  id: String.t(),
  repayment_amount: integer(),
  status: String.t(),
  type: String.t()
}