ClientInfoResponseDtoNotificationSettings

data class ClientInfoResponseDtoNotificationSettings(val accountUpdates: Boolean? = null)

An object describing which notifications could be sent for this client.

Parameters

accountUpdates

Constructors

constructor(accountUpdates: Boolean? = null)

Properties

Link copied to clipboard
@SerializedName(value = "accountUpdates")
val accountUpdates: Boolean? = null