interface ChangeValueAbsoluteChangeValue {
    money: Money[];
    type: "absolute";
}

Properties

Properties

money: Money[]

Money values in different currencies.

type: "absolute"