ibilling.client
Interface PaymentPlanType

All Known Subinterfaces:
ChargeType

public interface PaymentPlanType

Ennumerates possible PaymentPlan types

Since:
1.0

Field Summary
static java.lang.String Complimentary
          The plan is a perpetual plan, however, every generated invoice will be automatically waived by issuing adjustment (AssetTransaction) against it
static java.lang.String Fixed
          The plan has fixed (defined) length and will expire after all charges in the plan are processed
static java.lang.String Perpetual
          The plan has no (defined) length and will be generating invoices until explicitly cancelled
 

Field Detail

Fixed

static final java.lang.String Fixed
The plan has fixed (defined) length and will expire after all charges in the plan are processed

See Also:
Constant Field Values

Perpetual

static final java.lang.String Perpetual
The plan has no (defined) length and will be generating invoices until explicitly cancelled

See Also:
Constant Field Values

Complimentary

static final java.lang.String Complimentary
The plan is a perpetual plan, however, every generated invoice will be automatically waived by issuing adjustment (AssetTransaction) against it

See Also:
Constant Field Values