transaction_id string, null
The transaction associated with the attempt.
invoice_id string, not null
The ID of the invoice for which dunning was attempted.
attempt not null
Dunning attempt number.
created_at timestamp, null
The timestamp when the attempt was made.
dunning_type string, not null, default=auto_collect
The type of dunning. Possible values are:
AUTO_COLLECT
: Dunning type is auto collection.
OFFLINE
: Dunning type is offline.
DIRECT_DEBIT
: Dunning type is direct debit.