invoice_id string, not null
The unique identifier of the invoice.
credit_note_id string, not null
The unique identifier of the credit note this table belongs to.
allocated_amount long, not null
The amount allocated from this credit note to the invoice.
allocated_at timestamp, not null
The timestamp when this allocation occurred.
invoice_date timestamp, null
The closing date of the invoice. Typically, this is the date on which the invoice is generated.
invoice_status string, not null
The current status of the invoice.
record_exported_at timestamp
The column represents the timestamp when the data was exported to the configured destination.
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.