Merchant Charge UML


Added On:  05/16/18 
SQL Table:  IAPP_MERCHANT_CHARGE 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  MerchantCharge 
Added On:  10/02/17
SQL Column:  ACCOUNT_ID
Java Field:  accountId
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
Added On:  10/02/17
SQL Column:  AMOUNT
Java Field:  amount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Added On:  10/02/17
SQL Column:  BALANCE
Java Field:  balance
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Added On:  10/02/17
SQL Column:  BATCH_FK
Java Field:  batch
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Batch
Attributes:
Added On:  10/02/17
SQL Column:  CHARGE_CL
Java Field:  chargeCl
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
Added On:  10/02/17
SQL Column:  CHARGE_CODE
Java Field:  chargeCode
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
Added On:  02/06/18
SQL Column:  CHARGE_STATUS_CL
Java Field:  chargeStatusCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  Object
Attributes:
Added On:  10/02/17
SQL Column:  CREATE_DATE
Java Field:  createDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Date when the record was created.
Added On:  10/02/17
SQL Column:  DESCRIPTION
Java Field:  description
Status:  Active
SQL Type:  varchar(100)
Java Type:  String
Attributes:
Added On:  10/02/17
SQL Column:  EXPECTED_EFFECTIVE_DATE
Java Field:  expectedEffectiveDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Added On:  10/02/17
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:  10/02/17
SQL Column:  LAST_SEQUENCE_NUMBER
Java Field:  lastSequenceNumber
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Added On:  10/02/17
SQL Column:  MERCHANT_ACCOUNT_CODE
Java Field:  merchantAccountCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes: Required
Code of Merchant Account to which instance of this object is attributed to.\n\nDepending on the context, Merchant Account Code field may contain either Merchant Code or Merchant Account Code.\n\nThe 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:  10/02/17
SQL Column:  RESELLER_FK
Java Field:  reseller
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
References Reseller
Attributes:
Added On:  10/02/17
SQL Column:  RESPONSE_CODE
Java Field:  responseCode
Status:  Active
SQL Type:  varchar(5)
Java Type:  String
Attributes:
Added On:  10/02/17
SQL Column:  RESPONSE_MESSAGE
Java Field:  responseMessage
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Added On:  10/02/17
SQL Column:  SUB_BATCH_FK
Java Field:  subBatch
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Sub Batch
Attributes: