TGetWalletAccountsBody constructor

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

Implementation

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