cz.active24.client.fred.data.creditinfo.other.CreditInfoRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fred-client Show documentation
Show all versions of fred-client Show documentation
A Java EPP client for FRED (Free Registry for ENUM and Domains)
package cz.active24.client.fred.data.creditinfo.other;
import cz.active24.client.fred.data.EppRequest;
import cz.active24.client.fred.eppclient.objectstrategy.ServerObjectType;
import java.io.Serializable;
/**
* A credit info command is used to find out about the current credit amounts of the authenticated registrar in all zones for which the registrar is accredited.
*
* @see FRED documentation
*/
public class CreditInfoRequest extends EppRequest implements Serializable {
public CreditInfoRequest() {
setServerObjectType(ServerObjectType.OTHER);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy