WWW::CNic::Response::Register::AtGB.3pm

Langue: en

Version: 2010-03-31 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

WWW::CNic::Response::Register::AtGB - a WWW::CNic response object for @GB domain registration

SYNOPSIS

         use WWW::CNic;
 
         my $query = WWW::CNic->new( OPTIONS );
         $query->set( PARAMETERS );
 
         my $response = $query->execute();
 
 

DESCRIPTION

Response module for the registration of @GB domains via the CentralNic Toolkit (http://toolkit.centralnic.com/). This module inherits most of its methods from the base class, WWW::CNic::Response, and from WWW::CNic::Response::Register.

METHODS

Check WWW::CNic::Response for information about methods available from the base class.
         $response->amount();
 
 

This method returns the amount (in Sterling) that will be invoiced for the domain name.

         $response->password();
 
 

This method returns the password used for the registration, which may either be one previously supplied by the client or one generated on the server.

         $response->invoice();
 
 

This method returns the number of any invoice raised for this registration.

         $response->proforma();
 
 

This method returns the number of any pro forma invoice raised for this registration.

This module is (c) 2010 CentralNic Ltd. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

http://toolkit.centralnic.com/
http://www.gb.com/
WWW::CNic::Response::Register
WWW::CNic::Response
WWW::CNic