TransferEventListRequest constructor

TransferEventListRequest({
  1. String? clientId,
  2. String? secret,
  3. DateTime? startDate,
  4. DateTime? endDate,
  5. String? transferId,
  6. String? accountId,
  7. TransferEventListTransferType? transferType,
  8. List<TransferEventType>? eventTypes,
  9. String? sweepId,
  10. int? count,
  11. int? offset,
  12. String? originationAccountId,
  13. String? originatorClientId,
})

Implementation

TransferEventListRequest({
  this.clientId,
  this.secret,
  this.startDate,
  this.endDate,
  this.transferId,
  this.accountId,
  this.transferType,
  this.eventTypes,
  this.sweepId,
  this.count,
  this.offset,
  this.originationAccountId,
  this.originatorClientId,
});