CHARGECARD

The CHARGECARD table is a subtype of the PAYMENTSOURCE table, describing the bank account information used to pay one or more contracts or accounts.

This table is used by the following domain.
Name Comment Datatype Null Option Is PK
PAYMENT_SOURCE_ID A unique, system-generated key that identifies a payment source in the system. BIGINT Not Null Yes
CHARGE_CARD_TP_CD Identifies one type of charge card from another. Some examples are Visa, MasterCard, or American Express. BIGINT Not Null No
CHARGE_CARD_NUM The number that uniquely identifies a charge card. VARCHAR(30) Not Null No
EXPIRY_DT The date that the charge card will expire. TIMESTAMP Not Null No
ON_CARD_NAME The account name of the charge card exactly as it appears on the charge card. VARCHAR(100) Null No
BANK_NUM A unique identifier for the bank that issued the chargecard, assigned outside of the system. VARCHAR(10) Null No
LAST_UPDATE_DT When a record is added or updated, this field is updated with the date and time. On subsequent updates, the system uses this information to ensure that the update request includes a matching date and time on this field; if it does not, the update fails. TIMESTAMP Not Null No
LAST_UPDATE_USER The ID of the user who last updated the data. VARCHAR(20) Null No
LAST_UPDATE_TX_ID A unique, system-generated key that identifies the specific transaction within the log system that either created, updated, or deleted the data row. BIGINT Null No