InvoiceFromInvoice constructor
const
InvoiceFromInvoice({
- required String action,
- required InvoiceOrId invoice,
Details of the invoice that was cloned. See the [revision documentation](https://stripe.com/docs/invoicing/invoice-revisions) for more details.
Implementation
const InvoiceFromInvoice({
required this.action,
required this.invoice,
});