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 com.google.gson.annotations.SerializedName;
18 * The {@link PlanArray} class models am account plan.
20 * @author Dan Cunningham - Initial contribution
22 public class PlanArray {
28 public String discount;
44 public String controllerQty;
46 public String rainfall;
50 public String scheduledReports;
52 public String emailAlerts;
54 public String defineSensor;
56 public String addUser;
58 public String contractor;
60 public String description;
62 public String sensorPack;
64 public String filelimit;
66 public String filetypeall;
68 @SerializedName(value = "plan_type")
69 public String planType;
71 public String pushNotification;
73 public String weatherQty;
75 public String weatherFreeQty;
77 public String reportingDays;
79 public String weatherHourlyUpdates;
81 public String freeEnthusiastPlans;
83 public String visible;
85 public String contractorPurchasable;
93 public String customerplanId;