TransferListRequest constructor

TransferListRequest({
  1. String? clientId,
  2. String? secret,
  3. DateTime? startDate,
  4. DateTime? endDate,
  5. int? count,
  6. int? offset,
  7. String? originationAccountId,
  8. String? originatorClientId,
})

Implementation

TransferListRequest({
  this.clientId,
  this.secret,
  this.startDate,
  this.endDate,
  this.count,
  this.offset,
  this.originationAccountId,
  this.originatorClientId,
});