BankTransferEventListRequest constructor

BankTransferEventListRequest({
  1. String? clientId,
  2. String? secret,
  3. DateTime? startDate,
  4. DateTime? endDate,
  5. String? bankTransferId,
  6. String? accountId,
  7. BankTransferEventListBankTransferType? bankTransferType,
  8. List<BankTransferEventType>? eventTypes,
  9. int? count,
  10. int? offset,
  11. String? originationAccountId,
  12. BankTransferEventListDirection? direction,
})

Implementation

BankTransferEventListRequest({
  this.clientId,
  this.secret,
  this.startDate,
  this.endDate,
  this.bankTransferId,
  this.accountId,
  this.bankTransferType,
  this.eventTypes,
  this.count,
  this.offset,
  this.originationAccountId,
  this.direction,
});