The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WWW::LogicBoxes::Contact::CA::Agreement - The Registrant Agreement for a .ca Contact

SYNOPSIS

    use strict;
    use warnings;

    my $api = WWW::LogicBoxes->new( ... );
    my $agreement = $api->get_ca_registrant_agreement();

    print "Version: " . $agreement->version;

DESCRIPTION

.ca domain registrations require a specialized CA Agreement be accepted. This object contains the version of that agreement as well as the raw HTML for displaying the agreement to customers for them to agree to.

ATTRIBUTES

version

Str describing the version of the CA Registrant Agreement.

content

HTML content of the CA Registrant Agreement.