PaymentPluginStatus.java

package com.ning.billing.payment.plugin.api;

public enum PaymentPluginStatus {
    UNDEFINED,
    PROCESSED,
    ERROR;
}