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

NAME

WWW::LogicBoxes::Contact::US - Representation of Domain Contact for .us Domains

SYNOPSIS

    use strict;
    use warnings;

    use WWW::LogicBoxes::Customer;
    use WWW::LogicBoxes::Contact::US;

    my $customer = WWW::LogicBoxes::Customer->new( ... ); # Valid LogicBoxes Customer

    my $contact = WWW::LogicBoxes::Contact::US->new(
        id           => 42,
        name         => 'Edsger Dijkstra',
        company      => 'University of Texas at Austin',
        email        => 'depth.first@search.com',
        address1     => 'University of Texas',
        address2     => '42 Main St',
        city         => 'Austin',
        state        => 'Texas',
        country      => 'US',
        zipcode      => '78713',
        phone_number => '18005551212',
        fax_number   => '18005551212',
        type         => 'Contact',
        customer_id  => $customer->id,

        nexus_purpose  => 'P1',
        nexus_category => 'C11',
    );

EXTENDS

WWW::LogicBoxes::Contact

DESCRIPTION

Representation of a LogicBoxes domain contact for .us TLD domains. The .us tld is special in that specific Nexus Data must be provided.

ATTRIBUTES

All of the existing WWW::LogicBoxes::Contact attributes remain unchanged with two new attributes. The description for these values is taken from http://www.whois.us/whois-gui/US/faqs.html.

nexus_purpose

This is the Domain Name Application Purpose Code, the reason this domain was registered and a bit about it's intended usage.

Must be one of the following 2 character values:

P1 - Business use for profit.
P2 - Non-profit business, club, association, religious organization, etc.
P3 - Personal use.
P4 - Education purposes.
P5 - Government purposes

nexus_category

This is the Nexus Code, it contains information about the contact and their relationship with respect to US residency.

Must be one of the following 2 character values:

C11 - A natural person who is a United States citizen.
C12 - A natural person who is a permanent resident of the United States of America, or any of its possessions or territories.
C21 - A US-based organization or company (A US-based organization or company formed within one of the fifty (50) U.S. states, the District of Columbia, or any of the United States possessions or territories, or organized or otherwise constituted under the laws of a state of the United States of America, the District of Columbia or any of its possessions or territories or a U.S. federal, state, or local government entity or a political subdivision thereof).
C31 - A foreign entity or organization (A foreign entity or organization that has a bona fide presence in the United States of America or any of its possessions or territories who regularly engages in lawful activities (sales of goods or services or other business, commercial or non-commercial, including not-for-profit relations in the United States)).
C32 - Entity has an office or other facility in the United States.