amount_counter module
- class pyluca.amount_counter.AmountCounter(total_amount: float)[source]
Bases:
AmountCounterInterface
- class pyluca.amount_counter.AmountCounterInterface[source]
Bases:
object- abstract pay(amount: float, date: datetime) Tuple[Optional[AccountPayment], float][source]