Reseller Scheduled Adjustment UML


Added On:  02/06/23 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  ResellerScheduledAdjustment 
Contains adjustments and fees for reseller statements.
Added On:  02/06/23
SQL Column:  ADJUSTMENT_CL
Java Field:  adjustmentCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Type of the adjustment.
Added On:  02/06/23
SQL Column:  ADJUSTMENT_CODE
Java Field:  adjustmentCode
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
Unique adjustment ID supplied by external/user's system.
Added On:  02/06/23
SQL Column:  AMOUNT
Java Field:  amount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Amount (in cents) of the adjustment.
Added On:  02/06/23
SQL Column:  CREATE_DATE
Java Field:  createDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Date when the adjustment was created.
Added On:  02/06/23
SQL Column:  DESCRIPTION
Java Field:  description
Status:  Active
SQL Type:  varchar(65)
Java Type:  String
Attributes:
Any additional details associated with the adjustment.
Added On:  02/06/23
SQL Column:  EFFECTIVE_DATE
Java Field:  effectiveDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Date when the adjustment becomes effective.
Added On:  02/06/23
SQL Column:  ID
Java Field:  id
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Identifier / Primary Key
Attributes:
Unique adjustment ID generated by the system.
Added On:  02/06/23
SQL Column:  LENGTH
Java Field:  length
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Number of times that the adjustment is applied to a reseller (gets included in reseller statements).
Added On:  02/06/23
SQL Column:  MASTER_RESELLER_STATEMENT_FK
Java Field:  masterResellerStatement
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Reseller Statement
Attributes:
Added On:  02/06/23
SQL Column:  MERCHANT_ACCOUNT_CODE
Java Field:  merchantAccountCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Added On:  02/06/23
SQL Column:  PROCESSED_DATE
Java Field:  processedDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Added On:  02/06/23
SQL Column:  RESELLER_FK
Java Field:  reseller
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
References Reseller
Attributes:
Reference to a reseller that the adjustment is associated with.
Added On:  02/06/23
SQL Column:  STATUS_CL
Java Field:  statusCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Status of the adjustment in the system.