Added On: 02/13/12
Module: UniCharge
Type: Entity
Status: Active
Java Class: Provider
Represents a
Provider within the system.
Added On: 07/17/20
SQL Column: ACCESSIBILITY_POLICY
Java Field: accessibilityPolicy
Status: Active
SQL Type: varchar(2)
Java Type: String
Indicates, whether
Provider Profile is configured at the merchant or portfolio level.
Added On: 08/17/15
SQL Column: APPLICATION_ID_POLICY
Java Field: applicationIdPolicy
Status: Active
SQL Type: varchar(250)
Java Type: String
The list of application IDs that are supported by the terminal.
Added On: 11/25/19
SQL Column: CA_KEYS_CHECKSUM
Java Field: caKeysChecksum
Status: Active
SQL Type: varchar(40)
Java Type: String
Added On: 04/16/14
SQL Column: CONNECTION_LIMIT
Java Field: connectionLimit
Status: Active
SQL Type: int(11)
Java Type: Integer
Number of the connection tries allowed by a processor.
Added On: 11/25/19
SQL Column: CONTACT_TERMINAL_CONFIGURATION_FK
Java Field: contactTerminalConfiguration
Status: Active
SQL Type: bigint(20)
Java Type: Long
Added On: 04/27/23
SQL Column: CONTACT_TERMINAL_CONFIGURATION_TEST_FK
Java Field: contactTerminalConfigurationTest
Status: Active
SQL Type: bigint(20)
Java Type: Long
Added On: 11/25/19
SQL Column: CONTACTLESS_TERMINAL_CONFIGURATION_FK
Java Field: contactlessTerminalConfiguration
Status: Active
SQL Type: bigint(20)
Java Type: Long
Added On: 04/27/23
SQL Column: CONTACTLESS_TERMINAL_CONFIGURATION_TEST_FK
Java Field: contactlessTerminalConfigurationTest
Status: Active
SQL Type: bigint(20)
Java Type: Long
Added On: 04/16/20
SQL Column: COUNTRY_CODE_LIST
Java Field: countryCodeList
Status: Active
SQL Type: varchar(50)
Java Type: String
Added On: 10/27/15
SQL Column: EMV_PARAM_DATA
Java Field: emvParamData
Status: Active
SQL Type: varchar(8000)
Java Type: String
Specific parameters that are used for configuration of an application installed in the terminal.
Added On: 10/05/20
SQL Column: GROUP_CODE
Java Field: groupCode
Status: Active
SQL Type: varchar(5)
Java Type: String
Added On: 02/13/12
SQL Column: ID
Java Field: id
Status: Active
SQL Type: bigint(20)
Java Type: Long
Attributes:
Unique, Required
Identifier of the object used for references; auto-incremented integer value.
Added On: 02/13/12
SQL Column: IS_ACTIVE
Java Field: isActive
Status: Active
SQL Type: tinyint(1)
Java Type: Boolean
Indicates whether the record is active within the system.
Added On: 01/04/24
SQL Column: IS_DEPRECATED
Java Field: isDeprecated
Status: Active
SQL Type: tinyint(1)
Java Type: Boolean
Attributes:
Default:false
Indicates whether the integration is deprecated in the system. Deprecated integrations may be reactivated upon request.
Added On: 03/17/15
SQL Column: IS_ONLINE_PIN_SUPPORTED
Java Field: isOnlinePinSupported
Status: Active
SQL Type: tinyint(1)
Java Type: Boolean
Attributes:
Default:false
Indicates whether online PIN is available in the system.
Added On: 11/11/15
SQL Column: IS_TRANSACTION_RECONCILIATION_ENABLED
Java Field: isTransactionReconciliationEnabled
Status: Active
SQL Type: tinyint(1)
Java Type: Boolean
Attributes:
Default:false
Indicates whether reconciliation operation for processing transactions in enabled.
Added On: 12/23/16
SQL Column: KEY_REGISTRY_FK
Java Field: keyRegistry
Status: Active
SQL Type: bigint(20)
Java Type: Long
Reference to the entity that represents information associated with an encryption key.
Added On: 12/01/15
SQL Column: LAST_CA_KEY_UPDATE_DATE
Java Field: lastCaKeyUpdateDate
Status: Active
SQL Type: datetime
Java Type: Date
Date when CA key was updated the last time.
Added On: 02/13/12
SQL Column: NAME
Java Field: name
Status: Active
SQL Type: varchar(255)
Java Type: String
Added On: 09/08/17
SQL Column: PLATFORM
Java Field: platform
Status: Active
SQL Type: varchar(25)
Java Type: String
Added On: 04/11/12
SQL Column: PROCESSING_CUTOFF
Java Field: processingCutoff
Status: Active
SQL Type: int(11)
Java Type: Integer
Processing cut off time set for a processor.
Added On: 07/17/20
SQL Column: PROFILE_GROUP
Java Field: profileGroup
Status: Active
SQL Type: varchar(255)
Java Type: String
Name of the profile group that this provider profile belongs to.
Added On: 08/17/15
SQL Column: PROVIDER_CONFIGURATION_FK
Java Field: configurations
Status: Active
SQL Type: bigint(20)
Java Type: Long
Reference to the entity that represents various processor's configuration settings.
Added On: 08/06/20
SQL Column: TAG_LIST
Java Field: tagList
Status: Active
SQL Type: varchar(50)
Java Type: String
List tags that are used to apply a corresponding logic to all profiles under a particular scenario.
Multiple tags should be separated with commas.
Added On: 04/27/23
SQL Column: TERMINAL_LIST
Java Field: terminalList
Status: Active
SQL Type: varchar(512)
Java Type: String
Added On: 10/28/15
SQL Column: TEST_BDK
Java Field: testBdk
Status: Active
SQL Type: varchar(32)
Java Type: String
Base Deviation Key used for testing purposes when processor's BDK differs from the BDK installed in the terminal.
Added On: 10/28/15
SQL Column: TEST_KSI
Java Field: testKsi
Status: Active
SQL Type: varchar(20)
Java Type: String
Key set identifier, that is a part of the Key Serial Number, used for testing purposes when processor's KSI differs from the KSI installed in the terminal.
Added On: 02/13/12
SQL Column: TYPE
Java Field: type
Status: Active
SQL Type: varchar(255)
Java Type: String
Reference to the entity that represents enumeration of possible types of a processor that the record is associated with.
Added On: 09/04/15
SQL Column: VERSION
Java Field: version
Status: Active
SQL Type: int(11)
Java Type: Integer
Version of the software supported by a processor.
Added On: 05/11/22
SQL Column: ZPK_KEY_REGISTRY_FK
Java Field: zpkKeyRegistry
Status: Active
SQL Type: bigint(20)
Java Type: Long