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

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

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

public enum TransactionState {

    OPEN,
    PERIOD_OPEN,            // legacy open
    UNPAID,
    PARTIALLY_PAID,
    PAID,
    VOIDED;                 // only open/unpaid can be voided, if paid, you end up with refunded
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy