2 * Copyright (c) 2010-2020 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.model;
16 * The {@link PlanArray} class models am account plan.
18 * @author Dan Cunningham - Initial contribution
20 public class PlanArray {
26 public String discount;
42 public String controllerQty;
44 public String rainfall;
48 public String scheduledReports;
50 public String emailAlerts;
52 public String defineSensor;
54 public String addUser;
56 public String contractor;
58 public String description;
60 public String sensorPack;
62 public String filelimit;
64 public String filetypeall;
66 public String plan_type;
68 public String pushNotification;
70 public String weatherQty;
72 public String weatherFreeQty;
74 public String reportingDays;
76 public String weatherHourlyUpdates;
78 public String freeEnthusiastPlans;
80 public String visible;
82 public String contractorPurchasable;
90 public String customerplanId;