ZapResponse constructor
ZapResponse({
- NdkResponse? zapReceiptResponse,
- PayInvoiceResponse? payInvoiceResponse,
- String? error,
Implementation
ZapResponse({this.zapReceiptResponse, this.payInvoiceResponse, this.error});