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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.