replacedInvoiceIds property

List<String>? replacedInvoiceIds
getter/setter pair

The ID(s) of any originally issued invoice that is being cancelled by this invoice, if applicable.

Multiple invoices may be listed if those invoices are being consolidated into a single invoice. May appear on invoice PDF as Replaced invoice numbers. If corrected_invoice_id is set, this field will be empty.

Implementation

core.List<core.String>? replacedInvoiceIds;