Class AccountUpdateRequest
java.lang.Object
net.anotheria.portalkit.adminapi.rest.account.request.AccountUpdateRequest
Request used to update account information.
ID must be always present. In case when id is null, method throws an exception.
Other fields are all optional, only a not-null field will be updated in the target account object.
For example if only "email" field is present, then only email will be updated. Another fields leave as before.