v1GetWalletAccountsRequest constructor
const
v1GetWalletAccountsRequest({
- required String organizationId,
- String? walletId,
- bool? includeWalletDetails,
- v1Pagination? paginationOptions,
Implementation
const v1GetWalletAccountsRequest({
required this.organizationId,
this.walletId,
this.includeWalletDetails,
this.paginationOptions,
});