Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| customer_dunning_configuration_id | int8 | 19 | null |
|
|
Primary key of this table. Uniquely identifies this customer’s dunning configuration. |
|||||
| customer_id | int8 | 19 | √ | null |
|
|
The customer this dunning configuration belongs to. One configuration record exists per customer. |
||||
| created_date | timestamptz | 35 | √ | null |
|
|
Timestamp when this configuration record was created. Use as a lower-bound guard in historical queries: a stop can only have been active as of dates on or after this timestamp. |
||||
| collection_stop_limit_type | varchar | 10 | √ | null |
|
|
Whether payment collection runs are blocked for this customer. When active, the customer will not be included in payment collection runs and will appear as an Values
|
||||
| collection_stop_until_date | date | 13 | √ | null |
|
|
The date until which the collection stop is active (inclusive). Only populated when |
||||
| dunning_stop_limit_type | varchar | 10 | √ | null |
|
|
Whether the dunning process (payment reminder escalation) is paused for this customer. Values
|
||||
| dunning_stop_until_date | date | 13 | √ | null |
|
|
The date until which the dunning stop is active (inclusive). Only populated when |
||||
| debt_collection_stop_limit_type | varchar | 10 | √ | null |
|
|
Whether handover of this customer’s debt to an external debt collection agency is blocked. Values
|
||||
| debt_collection_stop_until_date | date | 13 | √ | null |
|
|
The date until which the debt collection stop is active (inclusive). Only populated when |
||||
| invoice_stop_limit_type | varchar | 10 | √ | null |
|
|
Whether invoice generation is suppressed for this customer. Values
|
||||
| invoice_stop_until_date | date | 13 | √ | null |
|
|
The date until which the invoice stop is active (inclusive). Only populated when |
||||
| invoice_stop_on_delete | bool | 1 | √ | null |
|
|
Whether an invoice stop is automatically applied when the customer record is deleted. This is a system-level configuration flag set per customer. NULL when not explicitly configured. |
||||
| last_updated | timestamptz | 35 | √ | null |
|
|
System column. UTC Timestamp at which entry was calculated (lags shortly behind source system). |



