Class PaymentPlanStatus

Description

Enumerates possible payment plans statuses

Enumerates possible payment plans statuses

Located in /PaymentPlanStatus.php (line 8)


	
			
Class Constant Summary
 Cancelled = "N"
 Current = "C"
 Deferred = "D"
 Expired = "E"
 Freeze = "F"
 Unbilled = "U"
Class Constants
Cancelled = "N" (line 27)
  • var: The plan has been cancelled. The plan contains no charges.
Current = "C" (line 18)
  • var: The plan has been processed and invoiced in last billing
Deferred = "D" (line 14)
  • var: The plan has been processed at least once, but was never billed No invoices were ever generated for this plan
Expired = "E" (line 31)
  • var: The plan has expired. The plan contains no more charges.
Freeze = "F" (line 23)
  • var: The plan has been processed in last billing and had Freeze charge. No invoice was generated in last billing process.
Unbilled = "U" (line 35)
  • var: The plan has neve been processed and was probably recently created.

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