BankTransferEventListRequest constructor
BankTransferEventListRequest({
- String? clientId,
- String? secret,
- DateTime? startDate,
- DateTime? endDate,
- String? bankTransferId,
- String? accountId,
- BankTransferEventListBankTransferType? bankTransferType,
- List<
BankTransferEventType> ? eventTypes, - int? count,
- int? offset,
- String? originationAccountId,
- 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,
});