allocate

open override fun allocate(difference: Money, allocations: List<Money>): List<Money>(source)

Do not allocate the difference in the allocations list.

Return

The allocation result.

Parameters

difference

A Money amount representing the difference that won't be allocated.

allocations

The allocations list.