Each row represents a qualified payment type in an
installment rule.
Column Descriptions:
Name | Type | Description |
INSRULEPAYMTHD_ID | BIGINT NOT NULL | The qualified payment method id. |
INSRULE_ID | BIGINT NOT NULL | The related installment rule id. |
PAYMTHD | VARCHAR (128) | The related payment method name.
NULL = All payment method qualified |
ASSOCTYPE | SMALLINT NOT NULL DEFAULT 0 | The associated type.
0 = Qualified.
1 = Unqualified. |
OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
Name | Column Names | Type |
<SYSTEM-GENERATED> | INSRULEPAYMTHD_ID | Primary Key |
I0001332 | INSRULE_ID+PAYMTHD | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_3623 | INSRULE_ID | INSRULE | INSRULE_ID | Cascade |