CommercialInvoiceDeletionStatus.java

package com.tradecloud.dto.api.invoice;

public enum CommercialInvoiceDeletionStatus {
    FAILED,SUCCESS
}