The list of notes that appear on the invoice PDF sent to the customer. Notes that come from a specific table related to the invoice have entity_type and entity_id defined. There can be up to two notes in this array for which entity_type and entity_id are not defined:
  • Invoice-specific note: The note stored in the invoice_note field, typically associated with invoice records created through various operations such as subscription creation or invoice finalization.
  • General note: This note is added to all invoices of the Chargebee site. You can add/edit this note in the Chargebee admin console.

Note: If consolidated invoicing is enabled, the field subscription_id is unavailable when the invoice has line items from multiple subscriptions. The individual subscription IDs are seen under line_items.subscription_id.

Columns

No match found

invoice_id string, not null
Foreign Key invoices.id
The unique ID of the invoice this table belongs to.

entity_id string, null
The unique identifier of the entity.

entity_type string, null
The type of entity to which the note belongs.

note string, not null
The actual note.