v1GetWalletAccountsRequest constructor

const v1GetWalletAccountsRequest({
  1. required String organizationId,
  2. String? walletId,
  3. bool? includeWalletDetails,
  4. v1Pagination? paginationOptions,
})

Implementation

const v1GetWalletAccountsRequest({
  required  this.organizationId,
   this.walletId,
   this.includeWalletDetails,
   this.paginationOptions,
});