CustomersOfUserDto
constructor(id: String? = null, customerNumber: String? = null, firstname: String? = null, surname: String? = null, currency: IsoCurrencyEnumDto? = null, address: AddressDto? = null, totalAssetAmount: AmountDto? = null)
Parameters
id
ID of the customer.
customerNumber
Customer number.
firstname
Firstname of the customer.
surname
Surname of the user.
currency
address
Customer primary address.
totalAssetAmount