Merchant Statement Statistics Breakdown UML


Added On:  12/30/13 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  merchantStatementStatisticsBreakdown 
Added On:  12/30/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:  12/30/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:  01/02/14
SQL Column:  MERCHANT_STATEMENT_STATISTICS_FK
Java Field:  merchantStatementStatistics
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents merchant statement statistics information.
Added On:  01/02/14
SQL Column:  REMITTANCE_AMOUNT
Java Field:  remittanceAmount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Amount of the remittance transaction.
Added On:  01/02/14
SQL Column:  REMITTANCE_CURRENCY_CODE
Java Field:  remittanceCurrencyCode
Status:  Active
SQL Type:  varchar(3)
Java Type:  String
Attributes:
Code of the currency used for remittance.
Added On:  01/02/14
SQL Column:  REMITTANCE_DATE
Java Field:  remittanceDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Date of the remittance.
Added On:  12/30/13
SQL Column:  STATEMENT_CL
Java Field:  statementCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Represents the selected type of statement for the merchant.
Added On:  12/30/13
SQL Column:  STATEMENT_CODE
Java Field:  statementCode
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Code of the merchant statement.