Class ChargeType

Description

Enumerates possible types of Charges.

Enumerates possible types of Charges.

Located in /ChargeType.php (line 9)

PaymentPlanType
   |
   --ChargeType
Class Constant Summary
 Deferred = "D"
 Freeze = "R"
Class Constants
Deferred = "D" (line 16)
  • var: 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
Freeze = "R" (line 20)
  • var: No invoice is generated when invoicing is run, skip-billing.

Inherited Constants

Inherited from PaymentPlanType

PaymentPlanType::Complimentary
PaymentPlanType::Fixed
PaymentPlanType::Perpetual

Documentation generated on Thu, 20 Mar 2008 16:22:14 -0400 by phpDocumentor 1.4.0