ReaderTransactionRequest constructor

ReaderTransactionRequest({
  1. String? tlv,
  2. String? author,
  3. Map<String, dynamic>? metaData,
  4. int? accountType,
  5. String? terminalId,
  6. String? webhookURL,
})

Implementation

ReaderTransactionRequest({
  this.tlv,
  this.author,
  this.metaData,
  this.accountType,
  this.terminalId,
  this.webhookURL,
});