RefundPluginStatus.java

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

public enum RefundPluginStatus {
    UNDEFINED,
    PROCESSED,
    ERROR;
}