Invoicing History Detail UML


Added On:  03/16/12 
SQL Table:  INVOICING_HISTORY_DETAIL 
Module:  UniBill 
Type:  Entity  Status:  Active 
Java Class:  InvoicingHistoryDetail 
Added On:  02/01/23
SQL Column:  ACCOUNT_ACTIVITY_FK
Java Field:  accountActivity
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Account Activity
Attributes:
Added On:  03/16/12
SQL Column:  AMOUNT
Java Field:  amount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
The amount element defines the amount of the transaction. Supply the value in cents without a decimal point.
Added On:  03/16/12
SQL Column:  BILLING_CYCLE_ACTIVITY_FK
Java Field:  billingCycleActivity
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Added On:  03/16/12
SQL Column:  CHARGE_CL
Java Field:  chargeCl
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
References Charge Classifier
Attributes:
Added On:  03/16/12
SQL Column:  CHARGE_FK
Java Field:  charge
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Charge
Attributes:
Added On:  03/16/12
SQL Column:  CLAIM_CL
Java Field:  claimCl
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
References Claim Classifier
Attributes:
Represents current (or selected) type of payments claimed for invoices.
Added On:  03/16/12
SQL Column:  ID
Java Field:  id
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Identifier / Primary Key
Attributes: Required
Identifier of the object used for references; auto-incremented integer value.
Added On:  03/16/12
SQL Column:  INVOICING_HISTORY_FK
Java Field:  invoicingHistory
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Invoicing History
Attributes:
Added On:  03/16/12
SQL Column:  MERCHANT_ACCOUNT_CODE
Java Field:  merchantAccountCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes: Required
Code of Merchant Account to which instance of this object is attributed to. Depending on the context, Merchant Account Code field may contain either Merchant Code or Merchant Account Code.
The field is primarily used for data partitioning and data management, to make it easy to determine the ownership of a record within the database.