Database Table: PAYMTHD

This table is a site-wide table that lists all the Cashier profiles used in the store group. Each profile has a unique integer ID and a name. This table is deprecated and is provided for backward compatibility only.

Column Name Column Type Column Description
PAYMTHD_ID INTEGER
NOT NULL
The unique integer ID of the profile.
PROFILENAME VARCHAR (64)
NOT NULL
The name of the profile. It must be the same as the simple filename, without the suffix .profile, of the XML file that contains the cashier profile. (Note that the name is case-sensitive and must include the name of the Cassette as a substring.)
Indexes:
Index Name Indexed Column Names Index Type
I0000186 PROFILENAME Unique Index
SQL030416035029310 PAYMTHD_ID Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
Not Applicable

Referenced By:
Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type
F_575 PAYMTHD_ID PAYMTHDDSC PAYMTHD_ID Cascade
F_576 PAYMTHD_ID PAYMTHDSUP PAYMTHD_ID Cascade