module Entities
    class Receivable < Base
      attribute :id, Integer
      attribute :invoice_id, Integer
      attribute :due_date, Date