ibilling.client
Interface PaymentPlanStatus


public interface PaymentPlanStatus

Enumerates possible payment plans statuses

Since:
1.0

Field Summary
static java.lang.String Cancelled
          The plan has been cancelled.
static java.lang.String Current
          The plan has been processed and invoiced in last billing
static java.lang.String Deferred
          The plan has been processed at least once, but was never billed No invoices were ever generated for this plan
static java.lang.String Expired
          The plan has expired.
static java.lang.String Freeze
          The plan has been processed in last billing and had Freeze charge.
static java.lang.String Unbilled
          The plan has neve been processed and was probably recently created.
 

Field Detail

Deferred

static final java.lang.String Deferred
The plan has been processed at least once, but was never billed No invoices were ever generated for this plan

See Also:
Constant Field Values

Current

static final java.lang.String Current
The plan has been processed and invoiced in last billing

See Also:
Constant Field Values

Freeze

static final java.lang.String Freeze
The plan has been processed in last billing and had Freeze charge. No invoice was generated in last billing process.

See Also:
Constant Field Values

Cancelled

static final java.lang.String Cancelled
The plan has been cancelled. The plan contains no charges.

See Also:
Constant Field Values

Expired

static final java.lang.String Expired
The plan has expired. The plan contains no more charges.

See Also:
Constant Field Values

Unbilled

static final java.lang.String Unbilled
The plan has neve been processed and was probably recently created.

See Also:
Constant Field Values