Merchant Group Scheduled Adjustment UML


Added On:  03/16/12 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  MerchantGroupScheduledAdjustment 
Entity that represents information about merchant group scheduled adjustment. Scheduled adjustment allows manual adjustment to the future Merchant Statements. Scheduled adjustment has a fixed date in the future when it is applied to the newly generated statement.
Added On:  11/14/13
SQL Column:  ADJUSTMENT_CL
Java Field:  adjustmentCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Represents the type of adjustment selected for the merchant group.
Added On:  03/16/12
SQL Column:  AMOUNT
Java Field:  amount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
The amount element defines the amount of the transaction. Supply the value in cents without a decimal point.
Added On:  03/16/12
SQL Column:  DESCRIPTION
Java Field:  description
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Short description (or any other additional information provided) of the merchant group scheduled adjustment.
Added On:  03/16/12
SQL Column:  EFFECTIVE_DATE
Java Field:  effectiveDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Added On:  03/16/12
SQL Column:  ID
Java Field:  id
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Identifier / Primary Key
Attributes: Required
Identifier of the object used for references; auto-incremented integer value.
Added On:  03/16/12
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/31/16
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:  08/31/16
SQL Column:  MERCHANT_STATEMENT_DETAIL_FK
Java Field:  merchantStatementDetail
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents merchant statement detail information.
Added On:  03/28/16
SQL Column:  MERCHANT_STATEMENT_FK
Java Field:  merchantStatement
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Statement
Attributes:
Reference to the entity that represents merchant statement information.
Added On:  01/22/20
SQL Column:  REMITTANCE_SOURCE_CL
Java Field:  remittanceSourceCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Added On:  03/16/12
SQL Column:  STATUS_CL
Java Field:  statusCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Represents current status of the merchant group adjustment.