Invoice constructor
Invoice({})
Implementation
Invoice({
required this.id,
required this.currency,
required this.customer,
required this.total,
this.description,
this.hostedInvoiceUrl,
this.status,
this.subscription,
this.paymentIntent,
this.accountCountry,
this.accountName,
});