LookupInvoiceResponse constructor
LookupInvoiceResponse({})
Implementation
LookupInvoiceResponse({
required this.type,
required this.invoice,
required this.description,
required this.descriptionHash,
required this.preimage,
required this.paymentHash,
required this.amount,
required this.feesPaid,
required this.createdAt,
required this.expiresAt,
this.settledAt,
required super.resultType,
});