Documentation
for developers and administrators
Home
APIs
Processing
Billing
Management
Webhooks
Manuals
Terminology
User Guides
User Interface Reference
How-To Tutorials
Lessons
Data Dictionaries
UniCore
UniCharge
UniBill
Build
Properties Definition
Resources (Directory Structure)
Zip and Country Codes
Development
Log Files
Permissions
JNDI Names
Job Queues
Reference Materials
Supported Providers (Banks & Networks)
UniPay Codes & Code Mappings
Integrated 3rd Party Libraries
Diagrams and Documents
Entire website
This section only
Bin Rule
Added On:
11/14/23
SQL Table:
BIN_RULE
Module:
UniCore
Type:
Entity
Status:
Active
Java Class:
BinRule
Stores credit card BINs.
Available Fields:
Create Date
Id
Is Active
Payment Option Cl
Value
Create Date
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.
Id
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.
Is Active
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.
Payment Option Cl
Added On:
11/14/23
SQL Column:
PAYMENT_OPTION_CL
Java Field:
paymentOptionCl
Status:
Active
SQL Type:
varchar(2)
Java Type:
String
References
Payment Option Classifier
Attributes:
Type of payment option associated with BIN Rule.
Value
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.