replacedInvoices property

List<String>? replacedInvoices
getter/setter pair

The resource name of the original invoice(s) being rebilled or replaced by this invoice, if applicable.

There might be multiple replaced invoices due to invoice consolidation. The replaced invoices may not belong to the same payments account. If replaced_invoices is set, corrected_invoice will not be set. Invoice resource names have the form: customers/{customer_id}/invoices/{invoice_id}

Output only.

Implementation

core.List<core.String>? replacedInvoices;