package hr.com.port.ips.eracun.provider.model.status;

public enum SettlementStatus {
    UNPAID, PARTIALLY_PAID, PAID, UNKNOWN
}
