VyClientStatisticsDto

This class represents the statistics of a Vy client, including the number of wallets and users.

Properties

FieldTypeDescription

numberOfWallets

int

The number of wallets associated with the client.

numberOfUsers

int

The number of users associated with the client.

Last updated