Added On: 03/12/15
Module: UniCharge
Type: Entity
Status: Active
Java Class: TerminalKey
The key which is injected in the terminal for pin-based transactions.
Added On: 09/20/24
SQL Column: BACKUP_SLOT_NUMBER
Java Field: backupSlotNumber
Status: Active
SQL Type: int(11)
Java Type: Integer
Added On: 05/06/15
SQL Column: FULFILLMENT_CENTER_FK
Java Field: fulfillmentCenter
Status: Active
SQL Type: bigint(20)
Java Type: Long
Reference to the entity that represents the fulfillment center.
Added On: 03/12/15
SQL Column: ID
Java Field: id
Status: Active
SQL Type: bigint(20)
Java Type: Long
Attributes:
Unique, Required, CreateOnly, ReadOnly
Identifier of the object used for references; auto-incremented integer value.
Added On: 05/06/15
SQL Column: IS_ACTIVE
Java Field: isActive
Status: Active
SQL Type: tinyint(1)
Java Type: Boolean
Indicates whether the terminal is active within the system. Processing won't occur if the terminal is inactive.
Added On: 03/12/15
SQL Column: ITEM_NUMBER
Java Field: itemNumber
Status: Active
SQL Type: varchar(20)
Java Type: String
The item number of the key that is injected in the terminal.
Added On: 09/20/24
SQL Column: MAIN_SLOT_NUMBER
Java Field: mainSlotNumber
Status: Active
SQL Type: int(11)
Java Type: Integer
Added On: 03/12/15
SQL Column: NAME
Java Field: name
Status: Active
SQL Type: varchar(50)
Java Type: String
The name of the key that is injected in the terminal.
Added On: 03/12/15
SQL Column: PROVIDER_CODE
Java Field: providerCode
Status: Active
SQL Type: bigint(20)
Java Type: Long
Reference to the entity that represents the provider.