InvoiceCancelledEvent constructor
InvoiceCancelledEvent({})
Implementation
InvoiceCancelledEvent({
required String invoiceId,
required String walletId,
this.reason,
String? eventId,
DateTime? timestamp,
int? version,
Map<String, dynamic>? metadata,
}) : super(
invoiceId: invoiceId,
walletId: walletId,
eventId: eventId,
timestamp: timestamp,
version: version,
metadata: metadata,
);