MarkInvoicePaidCommand constructor
MarkInvoicePaidCommand({})
Implementation
MarkInvoicePaidCommand({
required String invoiceId,
required this.txid,
required this.amountReceived,
required this.addressesPaidTo,
this.paidAt,
}) : super(invoiceId: invoiceId);