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.