Bin Rule


Added On:  11/14/23 
SQL Table:  BIN_RULE 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  BinRule 
Stores credit card BINs.
Added On:  11/14/23
SQL Column:  CREATE_DATE
Java Field:  createDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Date when the BIN Rule object was created.
Added On:  11/14/23
SQL Column:  ID
Java Field:  id
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Identifier / Primary Key
Attributes:
Unique BIN Rule object ID generated by the system.
Added On:  11/14/23
SQL Column:  IS_ACTIVE
Java Field:  isActive
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes:
Status of the BIN Rule object.
Added On:  11/14/23
SQL Column:  PAYMENT_OPTION_CL
Java Field:  paymentOptionCl
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
Type of payment option associated with BIN Rule.
Added On:  11/14/23
SQL Column:  VALUE
Java Field:  value
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes: Unique
Value of the BIN.