ibilling.client
Interface ChargeType

All Superinterfaces:
PaymentPlanType

public interface ChargeType
extends PaymentPlanType

Enumerates possible types of Charges.

Since:
1.0

Field Summary
static java.lang.String Deferred
          No invoice is generated when invoicing is run; unlike freeze, can only be used before any invoice is generated from the plan.
static java.lang.String Freeze
          No invoice is generated when invoicing is run, skip-billing.
 
Fields inherited from interface ibilling.client.PaymentPlanType
Complimentary, Fixed, Perpetual
 

Field Detail

Deferred

static final java.lang.String Deferred
No invoice is generated when invoicing is run; unlike freeze, can only be used before any invoice is generated from the plan. Usually used to delay billing after the initial sale

See Also:
Constant Field Values

Freeze

static final java.lang.String Freeze
No invoice is generated when invoicing is run, skip-billing.

See Also:
Constant Field Values