WWW::CNic::Response::Register::AtGB(3) 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.

COPYRIGHT

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.