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

cz.active24.client.fred.data.creditinfo.other.CreditInfoRequest Maven / Gradle / Ivy

There is a newer version: 2.50
Show newest version
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