Documentation
for developers and administrators
Home
APIs
Processing
Billing
Management
Webhooks
Manuals
Terminology
User Guides
User Interface Reference
How-To Tutorials
Lessons
Data Dictionaries
UniCore
UniCharge
UniBill
Build
Properties Definition
Resources (Directory Structure)
Zip and Country Codes
Development
Log Files
Permissions
JNDI Names
Job Queues
Reference Materials
Supported Providers (Banks & Networks)
UniPay Codes & Code Mappings
Integrated 3rd Party Libraries
Diagrams and Documents
Entire website
This section only
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.
Available Fields:
Billing FK
Billing Profile FK
Close Date
Effective Date
Ref Processing Code
Billing FK
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.
Billing Profile FK
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.
Close Date
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.
Effective Date
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.
Ref Processing Code
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.