RefundSignatureRecordedResponse constructor
RefundSignatureRecordedResponse({})
Implementation
RefundSignatureRecordedResponse({
required this.channelId,
required this.success,
this.error,
}) : super(payload: null);