ListBankAccountsRequest constructor

ListBankAccountsRequest({
  1. String? cursor,
  2. int? limit,
  3. String? locationId,
})

Implementation

ListBankAccountsRequest({
  this.cursor, this.limit, this.locationId
});