io.payrun.models.ShppExclusionReason Maven / Gradle / Ivy
package io.payrun.models;
public enum ShppExclusionReason{
None,NothingToPay,AverageWeeklyEarningsBelowLelThreshold,SspDue,MaxWeeksExceeded,SplHasEnded
}
package io.payrun.models;
public enum ShppExclusionReason{
None,NothingToPay,AverageWeeklyEarningsBelowLelThreshold,SspDue,MaxWeeksExceeded,SplHasEnded
}