Billing History UML


Parent:    Activity Cause
Added On:  03/16/12 
SQL Table:  BILLING_HISTORY 
Module:  UniBill 
Type:  Entity  Status:  Active 
Java Class:  BillingHistory 
Entity that represents information about billing history of the specific account.
Added On:  03/16/12
SQL Column:  BILLING_FK
Java Field:  billing
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Billing
Attributes:
Reference to the entity that represents billing.
Added On:  03/16/12
SQL Column:  BILLING_PROFILE_FK
Java Field:  billingProfile
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Billing Profile
Attributes:
Reference to the entity that represents the billing profile associated with the billing.
Added On:  03/16/12
SQL Column:  CLOSE_DATE
Java Field:  closeDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Date when the billing was closed.
Added On:  03/16/12
SQL Column:  EFFECTIVE_DATE
Java Field:  effectiveDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Date when the billing was created.
Added On:  03/16/12
SQL Column:  REF_PROCESSING_CODE
Java Field:  refProcessingCode
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Reference processing code.