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)

Properties

Link copied to clipboard
Link copied to clipboard
@Valid
var page: PageDto?
Link copied to clipboard