pub type EppLogin = EppObject<Command<Login>>;
The EPP Login Request
impl EppLogin
pub fn new( username: &str, password: &str, ext_uris: &Option<Vec<String>>, client_tr_id: &str) -> EppLogin
Creates a new EPP Login request
pub fn options(&mut self, options: Options)
Sets the tag data
pub fn services(&mut self, services: Services)