2 * Copyright (c) 2010-2023 Contributors to the openHAB project
4 * See the NOTICE file(s) distributed with this work for additional
7 * This program and the accompanying materials are made available under the
8 * terms of the Eclipse Public License 2.0 which is available at
9 * http://www.eclipse.org/legal/epl-2.0
11 * SPDX-License-Identifier: EPL-2.0
13 package org.openhab.binding.hydrawise.internal.api.local.dto;
15 import java.util.List;
18 * The {@link Features} class models an accounts features.
20 * @author Dan Cunningham - Initial contribution
22 public class Features {
24 public List<PlanArray> planArray = null;
28 public String planType2;
30 public String planType2Key;
34 public String discount;
50 public String controllerQty;
52 public String rainfall;
56 public String scheduledReports;
58 public String emailAlerts;
60 public String defineSensor;
62 public String addUser;
64 public String contractor;
66 public Object description;
68 public String sensorPack;
70 public String filelimit;
72 public String filetypeall;
74 public String planType;
76 public String pushNotification;
78 public String weatherQty;
80 public String weatherFreeQty;
82 public String reportingDays;
84 public String weatherHourlyUpdates;
86 public String freeEnthusiastPlans;
88 public String visible;
90 public Object contractorPurchasable;
98 public String customerplanId;
100 public Integer smsUsed;