ClientInfoResponseDtoNotificationSettings

data class ClientInfoResponseDtoNotificationSettings(accountUpdates: Boolean?)

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

Parameters

accountUpdates

Constructors

fun ClientInfoResponseDtoNotificationSettings(accountUpdates: Boolean? = null)

Properties

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