TransactionsGetRequest constructor

TransactionsGetRequest({
  1. String? clientId,
  2. TransactionsGetRequestOptions? options,
  3. String? accessToken,
  4. String? secret,
  5. DateTime? startDate,
  6. DateTime? endDate,
})

Implementation

TransactionsGetRequest({
  this.clientId,
  this.options,
  this.accessToken,
  this.secret,
  this.startDate,
  this.endDate,
});