InvoiceUpcomingEvent constructor

const InvoiceUpcomingEvent({
  1. required Invoice object,
})

Occurs X number of days before a subscription is scheduled to create an invoice that is automatically charged—where X is determined by your [subscriptions settings](https://dashboard.stripe.com/account/billing/automatic). Note: The received `Invoice` object will not have an invoice ID.

Implementation

const InvoiceUpcomingEvent({required this.object});