struct

MinimumCashFlow::Debt

Inherits Struct < Value < Object

A single directed payment requirement: debtor_id must pay creditor_id amount_cents.

Constructors

new(debtor_id : Int64, creditor_id : Int64, amount_cents : Int32)
Source

Instance methods

amount_cents
clone
Source
copy_with(debtor_id _debtor_id = @debtor_id, creditor_id _creditor_id = @creditor_id, amount_cents _amount_cents = @amount_cents)
Source
creditor_id
debtor_id