Merchant Charge Payment UML


Added On:  05/16/18 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  MerchantChargePayment 
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:  CHARGE_CODE
Java Field:  chargeCode
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
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:  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:  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:  MERCHANT_ACCOUNT_GROUP_FK
Java Field:  merchantAccountGroup
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Added On:  10/02/17
SQL Column:  MERCHANT_CHARGE_FK
Java Field:  merchantCharge
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Merchant Charge
Attributes:
Added On:  10/02/17
SQL Column:  MERCHANT_STATEMENT_FK
Java Field:  merchantStatement
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Statement
Attributes:
Added On:  10/02/17
SQL Column:  PAYMENT_AMOUNT
Java Field:  paymentAmount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Added On:  10/02/17
SQL Column:  REMAINING_AMOUNT
Java Field:  remainingAmount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
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:  RESELLER_STATEMENT_FK
Java Field:  resellerStatement
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Reseller Statement
Attributes:
Added On:  10/02/17
SQL Column:  RESPONSE_DATE
Java Field:  responseDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Added On:  10/02/17
SQL Column:  SEQUENCE_NUMBER
Java Field:  sequenceNumber
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Added On:  10/02/17
SQL Column:  STATUS_CL
Java Field:  statusCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes: