BankTransferListRequest constructor
BankTransferListRequest({})
Implementation
BankTransferListRequest({
this.clientId,
this.secret,
this.startDate,
this.endDate,
this.count,
this.offset,
this.originationAccountId,
this.direction,
});