package com.tradecloud.domain.configuration; public enum AccountingEventPublishConfig { INVOICE_SIGN_OFF, SHIPMENT_SIGN_OFF, SHIPMENT_COMPLETE; }