Invoice constructor
Invoice({})
Implementation
Invoice(
{this.client,
this.clientEmail,
this.amount,
this.discount,
this.backUrl,
this.webhookUrl,
this.mode,
this.invoiceNumber,
this.comment});