CreateInvoiceCommand constructor
CreateInvoiceCommand({})
Implementation
CreateInvoiceCommand({
required this.walletId,
this.amount,
this.outputs,
this.description,
this.expiresIn,
this.expiresInSeconds,
this.invoiceMetadata,
this.numberOfAddresses = 1,
});