TransactionsRefreshResponse constructor

TransactionsRefreshResponse({
  1. String? requestId,
})

Implementation

TransactionsRefreshResponse({
  this.requestId,
});