fromInvoice property

InvoiceCreateOptionsFromInvoice? fromInvoice
final

from_invoice

Revise an existing invoice. The new invoice will be created in `status=draft`. See the [revision documentation](https://stripe.com/docs/invoicing/invoice-revisions) for more details.

Implementation

final InvoiceCreateOptionsFromInvoice? fromInvoice;