ClientInfoResponseDtoNotificationSettings
data class ClientInfoResponseDtoNotificationSettings(accountUpdates: Boolean?)
Content copied to clipboard
An object describing which notifications could be sent for this client.
Parameters
accountUpdates
Constructors
ClientInfoResponseDtoNotificationSettings
Link copied to clipboard
fun ClientInfoResponseDtoNotificationSettings(accountUpdates: Boolean? = null)
Content copied to clipboard
Properties
accountUpdates
Link copied to clipboard
@SerializedName(value = accountUpdates)
Content copied to clipboard