Merchant Statement Statistics Detail UML


Added On:  01/02/14 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  merchantStatementStatisticsDetail 
Added On:  01/02/14
SQL Column:  AUTHORIZATION_AMOUNT
Java Field:  authorizationAmount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Amount of authorization transaction.
Added On:  01/02/14
SQL Column:  AUTHORIZATION_CURRENCY_CODE
Java Field:  authorizationCurrencyCode
Status:  Active
SQL Type:  varchar(3)
Java Type:  String
Attributes:
Code of currency used for authorization transaction.
Added On:  01/02/14
SQL Column:  CAPTION
Java Field:  caption
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
General transaction information, which does not take part in remittance process.
Added On:  01/02/14
SQL Column:  CAPTION_VAR0
Java Field:  captionVar0
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Caption intended to display one of the values, used for calculation of buy rate and fee, in the statements.
Added On:  01/02/14
SQL Column:  CAPTION_VAR1
Java Field:  captionVar1
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Caption intended to display one of the values, used for calculation of buy rate and fee, in the statements.
Added On:  01/02/14
SQL Column:  CAPTION_VAR10
Java Field:  captionVar10
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Caption intended to display one of the values, used for calculation of buy rate and fee, in the statements.
Added On:  01/02/14
SQL Column:  CAPTION_VAR11
Java Field:  captionVar11
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Caption intended to display one of the values, used for calculation of buy rate and fee, in the statements.
Added On:  01/09/14
SQL Column:  CAPTION_VAR12
Java Field:  captionVar12
Status:  Active
SQL Type:  decimal(10,2)
Java Type:  Double
Attributes:
Caption intended to display one of the values, used for calculation of buy rate and fee, in the statements.
Added On:  01/09/14
SQL Column:  CAPTION_VAR13
Java Field:  captionVar13
Status:  Active
SQL Type:  decimal(10,2)
Java Type:  Double
Attributes:
Caption intended to display one of the values, used for calculation of buy rate and fee, in the statements.
Added On:  01/09/14
SQL Column:  CAPTION_VAR2
Java Field:  captionVar2
Status:  Active
SQL Type:  decimal(10,2)
Java Type:  Double
Attributes:
Caption intended to display one of the values, used for calculation of buy rate and fee, in the statements.
Added On:  01/09/14
SQL Column:  CAPTION_VAR3
Java Field:  captionVar3
Status:  Active
SQL Type:  decimal(10,2)
Java Type:  Double
Attributes:
Caption intended to display one of the values, used for calculation of buy rate and fee, in the statements.
Added On:  01/02/14
SQL Column:  DESCRIPTION
Java Field:  description
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Short description of the merchant statement.
Added On:  01/02/14
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:  01/02/14
SQL Column:  MERCHANT_ACCOUNT_GROUP_FK
Java Field:  merchantAccountGroup
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents merchant account group information.
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/22/14
SQL Column:  POSITION
Java Field:  position
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Added On:  01/02/14
SQL Column:  SETTLEMENT_AMOUNT
Java Field:  settlementAmount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Amount of the settlement transaction.
Added On:  01/02/14
SQL Column:  SETTLEMENT_CURRENCY_CODE
Java Field:  settlementCurrencyCode
Status:  Active
SQL Type:  varchar(3)
Java Type:  String
Attributes:
Code of the currency for settlement transaction.
Added On:  01/02/14
SQL Column:  STATEMENT_DETAIL_GROUP_FK
Java Field:  statementDetailGroup
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents statmenet detail group information.
Added On:  01/02/14
SQL Column:  STEREOTYPE
Java Field:  stereotype
Status:  Active
SQL Type:  varchar(70)
Java Type:  String
Attributes: