Merchant Account Group Statistics UML


Added On:  08/02/16 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  MerchantAccountGroupStatistics 
Added On:  08/02/16
SQL Column:  BALANCE
Java Field:  balance
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Added On:  08/02/16
SQL Column:  ID
Java Field:  id
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Identifier / Primary Key
Attributes: Unique, Required, CreateOnly, ReadOnly
Identifier of the object used for references; auto-incremented integer value.
Added On:  08/02/16
SQL Column:  IS_REMITTANCE_HOLD_ENABLED
Java Field:  isRemittanceHoldEnabled
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Indicates whether remittance is put on hold.
Added On:  08/02/16
SQL Column:  IS_RETURNED_WITHDRAWAL_PRESENT
Java Field:  isReturnedWithdrawalPresent
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Added On:  08/02/16
SQL Column:  MERCHANT_ACCOUNT_CODE
Java Field:  merchantAccountCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
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:  08/02/16
SQL Column:  PROCESSING_STATISTICS_FK
Java Field:  processingStatistics
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents processing statistics of the current (or selected) merchant.