net.minidev.ovh.api.sms.OvhReceiversAsynchronousCleanReport Maven / Gradle / Ivy
package net.minidev.ovh.api.sms;
/**
* A structure giving operation price and asynchronous task ID
*/
public class OvhReceiversAsynchronousCleanReport {
/**
* canBeNull
*/
public Double totalCreditsRemoved;
/**
* canBeNull
*/
public Long taskId;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy