All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.greenback.kit.model.TransactionExportDeleteMode Maven / Gradle / Ivy

There is a newer version: 1.0.39
Show newest version
package com.greenback.kit.model;

public enum TransactionExportDeleteMode {
    
    DEFAULT,                        // must be deleted in accounting before cleared in gb
    IGNORE_ACCOUNTING_FAILURE,      // ignore any failure in accounting delete, then clear in gb
    SKIP_ACCOUNTING                 // skip deleting in accounting, just clear in gb
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy