Merchant Statement Detail Breakdown UML


Added On:  07/23/13 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  MerchantStatementDetailBreakdown 
Added On:  02/19/15
SQL Column:  FUNDS_DISTRIBUTION_CODE
Java Field:  fundsDistributionCode
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Indicates type of funds distribution used for this transaction.
Added On:  07/23/13
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:  07/23/13
SQL Column:  IS_CHARGEBACK_TRANSACTION
Java Field:  isChargebackTransaction
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Indicates whether the type transaction is chargeback.
Added On:  11/14/13
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:  11/14/13
SQL Column:  MERCHANT_FINANCIAL_STATISTICS_FK
Java Field:  merchantFinancialStatisticsFk
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents merchant financial statistics.
Added On:  07/23/13
SQL Column:  MERCHANT_STATEMENT_DETAIL_FK
Java Field:  merchantStatementDetailFk
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents merchant statement detailed information.
Added On:  11/14/13
SQL Column:  MERCHANT_STATEMENT_FK
Java Field:  merchantStatementFk
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Statement
Attributes:
Reference to the entity that represents merchant statement general information.
Added On:  07/23/13
SQL Column:  TRANSACTION_CODE
Java Field:  transactionCode
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Code of the transaction used to identify the record within the system.