CustomersOfUserListDto
data class CustomersOfUserListDto(var customers: MutableList<CustomersOfUserDto>, var totalAssetAmount: AmountDto? = null, var page: PageDto? = null)
List of the customers, related to the current user.
Parameters
customers
totalAssetAmount
page
Constructors
Link copied to clipboard
constructor(customers: MutableList<CustomersOfUserDto>, totalAssetAmount: AmountDto? = null, page: PageDto? = null)