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
Business Reference
Added On:
04/01/13
SQL Table:
IAPP_BUSINESS_REFERENCE
Module:
UniCore
Type:
Entity
Status:
Active
Java Class:
BusinessReference
It’s a company that has existing relationship with a prospective merchant and can function as its reference.
Available Fields:
Account Number
City
Contact Name
Country Code
Id
Name
Phone
State
Street1
Street2
ZIP Code
Account Number
Added On:
04/01/13
SQL Column:
ACCOUNT_NUMBER
Java Field:
accountNumber
Status:
Active
SQL Type:
varchar(40)
Java Type:
String
Attributes:
The identifier of the merchant within the system of the company serving as the business reference. Normally, a unique value, that is used to locate the information about the merchant.
City
Added On:
04/01/13
SQL Column:
CITY
Java Field:
city
Status:
Active
SQL Type:
varchar(50)
Java Type:
String
Attributes:
City associated with business reference's mailing address.
Contact Name
Added On:
04/01/13
SQL Column:
CONTACT_NAME
Java Field:
contactName
Status:
Active
SQL Type:
varchar(50)
Java Type:
String
Attributes:
Name of the contact person within the company functioning as a business reference.
Country Code
Added On:
07/30/14
SQL Column:
COUNTRY_CODE
Java Field:
countryCode
Status:
Active
SQL Type:
varchar(2)
Java Type:
String
Attributes:
Country code of the business reference.
Id
Added On:
04/01/13
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.
Name
Added On:
04/01/13
SQL Column:
NAME
Java Field:
name
Status:
Active
SQL Type:
varchar(80)
Java Type:
String
Attributes:
Name of the business reference.
Phone
Added On:
04/01/13
SQL Column:
PHONE
Java Field:
phone
Status:
Active
SQL Type:
varchar(20)
Java Type:
String
Attributes:
Contact phone number of the business reference.
State
Added On:
04/01/13
SQL Column:
STATE
Java Field:
state
Status:
Active
SQL Type:
varchar(3)
Java Type:
String
Attributes:
State associated with business reference's mailing address.
Street1
Added On:
04/01/13
SQL Column:
STREET1
Java Field:
street1
Status:
Active
SQL Type:
varchar(128)
Java Type:
String
Attributes:
Street (line 1) associated with business reference's mailing address.
Street2
Added On:
04/01/13
SQL Column:
STREET2
Java Field:
street2
Status:
Active
SQL Type:
varchar(128)
Java Type:
String
Attributes:
Street (line 2) associated with business reference's mailing address.
ZIP Code
Added On:
04/01/13
SQL Column:
ZIP_CODE
Java Field:
zipCode
Status:
Active
SQL Type:
varchar(9)
Java Type:
String
Attributes:
ZIP code associated with business reference's mailing address.