Distribution Statement Detail Breakdown UML


Added On:  02/18/15 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  DistributionStatementDetailBreakdown 
Entity that represents information about breakdown details of the distribution statement.
Added On:  02/18/15
SQL Column:  DISTRIBUTION_STATEMENT_DETAIL_FK
Java Field:  distributionStatementDetail
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents distribution statement detailed information.
Added On:  02/18/15
SQL Column:  DISTRIBUTION_STATEMENT_FK
Java Field:  distributionStatement
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents distribution statement.
Added On:  02/18/15
SQL Column:  FUNDS_DISTRIBUTION_CODE
Java Field:  fundsDistributionCode
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Code of the funds distribution.
Added On:  02/18/15
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:  02/18/15
SQL Column:  IS_CHARGEBACK_TRANSACTION
Java Field:  isChargebackTransaction
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Indicates whether the transaction is a chargeback or not.
Added On:  02/18/15
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:  02/18/15
SQL Column:  TRANSACTION_CODE
Java Field:  transactionCode
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Code of the initial transaction.