All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.minidev.ovh.api.saas.csp2.OvhBillingStatistics Maven / Gradle / Ivy

There is a newer version: 1.0.17
Show newest version
package net.minidev.ovh.api.saas.csp2;

import java.util.Date;

/**
 * Billing statistics for the current period
 */
public class OvhBillingStatistics {
	/**
	 * End of the billing period
	 *
	 * canBeNull
	 */
	public Date endDate;

	/**
	 * List of lines associated to this statistics entity.
	 *
	 * canBeNull
	 */
	public OvhBillingStatisticsLine[] lines;

	/**
	 * Start of the billing period
	 *
	 * canBeNull
	 */
	public Date startDate;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy