BankTransferEventSyncRequest constructor

BankTransferEventSyncRequest({
  1. String? clientId,
  2. String? secret,
  3. required int afterId,
  4. int? count,
})

Implementation

BankTransferEventSyncRequest({
  this.clientId,
  this.secret,
  required this.afterId,
  this.count,
});