UserResponseDtoNotificationSettings    
    data class UserResponseDtoNotificationSettings(val accountUpdates: UserResponseDtoNotificationSettingsAccountUpdates? = null, val receiptExport: UserResponseDtoNotificationSettingsReceiptExport? = null, val other: UserResponseDtoNotificationSettingsOther? = null, val receipt: UserResponseDtoNotificationSettingsReceipt? = null)
Parameters
accountUpdates 
receiptExport 
other
receipt
Constructors
Link copied to clipboard
                  constructor(accountUpdates: UserResponseDtoNotificationSettingsAccountUpdates? = null, receiptExport: UserResponseDtoNotificationSettingsReceiptExport? = null, other: UserResponseDtoNotificationSettingsOther? = null, receipt: UserResponseDtoNotificationSettingsReceipt? = null)
Properties
Link copied to clipboard
                  @SerializedName(value = "accountUpdates") 
Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  @SerializedName(value = "receiptExport")