invoice_id string, not null
The unique ID of the invoice this table belongs to.
applied_amount long, not null
The transaction amount applied to this invoice.
applied_at timestamp, not null
Timestamp at which the transaction is applied.
change_type string
The column indicates the type of change [create, update, delete, read] and can be used to load data into the warehouse accordingly.
record_exported_at timestamp
The column represents the timestamp when the data was exported to the configured destination.
record_id integer
The column represents the unique integer identifier for each child record within a parent subset.
txn_id string, not null
Uniquely identifies the transaction.