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

net.minidev.ovh.api.telephony.OvhVoiceConsumption Maven / Gradle / Ivy

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

import java.util.Date;
import net.minidev.ovh.api.order.OvhPrice;

/**
 * Call delivery record
 */
public class OvhVoiceConsumption {
	/**
	 * Information about hangup cause
	 *
	 * canBeNull && readOnly
	 */
	public String hangupNature;

	/**
	 * canBeNull && readOnly
	 */
	public OvhVoiceConsumptionPlanTypeEnum planType;

	/**
	 * Country suffix destination
	 *
	 * canBeNull && readOnly
	 */
	public String countrySuffix;

	/**
	 * canBeNull && readOnly
	 */
	public String called;

	/**
	 * canBeNull && readOnly
	 */
	public Date creationDatetime;

	/**
	 * canBeNull && readOnly
	 */
	public Long duration;

	/**
	 * canBeNull && readOnly
	 */
	public Long consumptionId;

	/**
	 * canBeNull && readOnly
	 */
	public OvhVoiceConsumptionWayTypeEnum wayType;

	/**
	 * canBeNull && readOnly
	 */
	public String dialed;

	/**
	 * canBeNull && readOnly
	 */
	public String calling;

	/**
	 * canBeNull && readOnly
	 */
	public OvhPrice priceWithoutTax;

	/**
	 * canBeNull && readOnly
	 */
	public OvhVoiceConsumptionDestinationTypeEnum destinationType;

	/**
	 * Description of the destination
	 *
	 * canBeNull && readOnly
	 */
	public String designation;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy