ZapResponse constructor

ZapResponse({
  1. NdkResponse? zapReceiptResponse,
  2. PayInvoiceResponse? payInvoiceResponse,
  3. String? error,
})

Implementation

ZapResponse({this.zapReceiptResponse, this.payInvoiceResponse, this.error});