Change triggered by the Set Max Applications Per Customer update action.

interface SetMaxApplicationsPerCustomerChange {
    change: string;
    nextValue: number;
    previousValue: number;
    type: "SetMaxApplicationsPerCustomerChange";
}

Properties

change: string
nextValue: number

Value after the change.

previousValue: number

Value before the change.

type: "SetMaxApplicationsPerCustomerChange"