Balancing Summary UML


Added On:  03/16/12 
SQL Table:  BALANCING_SUMMARY 
Module:  UniBill 
Type:  Entity  Status:  Active 
Java Class:  BalancingSummary 
Added On:  03/16/12
SQL Column:  AGE
Java Field:  age
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Added On:  09/16/16
SQL Column:  AGENT_COMMISSIONS
Java Field:  agentCommissions
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Agent Commission
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:  07/02/21
SQL Column:  CAUSE_TRANSACTION_CL
Java Field:  causeTransactionCl
Status:  Active
SQL Type:  varchar(2)
Java Type:  Object
Attributes:
Added On:  07/02/21
SQL Column:  CAUSE_TRANSACTION_CODE
Java Field:  causeTransactionCode
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Added On:  03/16/12
SQL Column:  COMMISSION_STATUS_CL
Java Field:  commissionStatusCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Added On:  03/16/12
SQL Column:  CREATE_DATE
Java Field:  createDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Date when the record was created
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:  IS_ACTIVE
Java Field:  isActive
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:true
Indicates whether the record is active in the system.
Added On:  03/16/12
SQL Column:  IS_IN_COLLECTIONS
Java Field:  isInCollections
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Added On:  03/16/12
SQL Column:  IS_SOURCE_INVALID
Java Field:  isSourceInvalid
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Added On:  03/16/12
SQL Column:  IS_TARGET_INVALID
Java Field:  isTargetInvalid
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
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.
Added On:  03/16/12
SQL Column:  PAYMENT_OPTION_TYPE
Java Field:  paymentOptionType
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
Added On:  03/16/12
SQL Column:  SOURCE_FK
Java Field:  source
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Account Transaction
Attributes:
Added On:  03/16/12
SQL Column:  TARGET_FK
Java Field:  target
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Account Transaction
Attributes:
Reference to the entity that represents balancing summary.
Added On:  03/16/12
SQL Column:  TRANSACTION_SOURCE_CL
Java Field:  transactionSourceCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes: