OverdueCancellationPolicy.java

package com.ning.billing.overdue;

public enum OverdueCancellationPolicy {
    END_OF_TERM,
    IMMEDIATE,
    NONE
}