Change triggered by the Change AmountPlanned update action.

interface ChangeAmountPlannedChange {
    change: string;
    nextValue: Money;
    previousValue: Money;
    type: "ChangeAmountPlannedChange";
}

Properties

change: string
nextValue: Money

Value after the change.

previousValue: Money

Value before the change.

type: "ChangeAmountPlannedChange"