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
BinRule
Type:
Struct
Abstract:
no
Status:
Active
Java Class:
BinRule
Stores credit card BINs.
Available Fields:
createDate
id
isActive
paymentOptionCl
value
id
References:
Bin Rule.
Id
XML Representation:
attribute
Attributes:
Default Value
Unique BIN Rule object ID generated by the system.
createDate
References:
Bin Rule.
Create Date
XML Representation:
attribute
Attributes:
Default Value
Date when the BIN Rule object was created.
isActive
References:
Bin Rule.
Is Active
XML Representation:
attribute
Attributes:
Default Value
Status of the BIN Rule object.
paymentOptionCl
References:
Bin Rule.
Payment Option Cl
XML Representation:
attribute
Attributes:
Required
Default Value
Type of payment option associated with BIN Rule.
value
References:
Bin Rule.
Value
XML Representation:
attribute
Attributes:
Required
Default Value
Value of the BIN.
XML Sample:
<binRule
paymentOptionCl
=
""
value
=
""
/>
"<binRule paymentOptionCl=\"\" value=\"\" />"
JSON Sample:
{
"paymentOptionCl"
:
""
,
"value"
:
""
}
XURL Sample:
?paymentOptionCl=&value=&
paymentOptionCl
=
value
=