PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::Route53Domains::ContactDetail; use Moose; has AddressLine1 => (is => 'ro', isa => 'Str'); has AddressLine2 => (is => 'ro', isa => 'Str'); has City => (is => 'ro', isa => 'Str'); has ContactType => (is => 'ro', isa => 'Str'); has CountryCode => (is => 'ro', isa => 'Str'); has Email => (is => 'ro', isa => 'Str'); has ExtraParams => (is => 'ro', isa => 'ArrayRef[Paws::Route53Domains::ExtraParam]'); has Fax => (is => 'ro', isa => 'Str'); has FirstName => (is => 'ro', isa => 'Str'); has LastName => (is => 'ro', isa => 'Str'); has OrganizationName => (is => 'ro', isa => 'Str'); has PhoneNumber => (is => 'ro', isa => 'Str'); has State => (is => 'ro', isa => 'Str'); has ZipCode => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::Route53Domains::ContactDetail =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::Route53Domains::ContactDetail object: $service_obj->Method(Att1 => { AddressLine1 => $value, ..., ZipCode => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Route53Domains::ContactDetail object: $result = $service_obj->Method(...); $result->Att1->AddressLine1 =head1 DESCRIPTION ContactDetail includes the following elements. =head1 ATTRIBUTES =head2 AddressLine1 => Str First line of the contact's address. =head2 AddressLine2 => Str Second line of contact's address, if any. =head2 City => Str The city of the contact's address. =head2 ContactType => Str Indicates whether the contact is a person, company, association, or public organization. Note the following: =over =item * If you specify a value other than C, you must also specify a value for C. =item * For some TLDs, the privacy protection available depends on the value that you specify for C. For the privacy protection settings for your TLD, see Domains that You Can Register with Amazon Route 53 (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html) in the I =item * For .es domains, if you specify C, you must specify C for the value of C. =back =head2 CountryCode => Str Code for the country of the contact's address. =head2 Email => Str Email address of the contact. =head2 ExtraParams => ArrayRef[L] A list of name-value pairs for parameters required by certain top-level domains. =head2 Fax => Str Fax number of the contact. Constraints: Phone number must be specified in the format "+[country dialing code].[number including any area code]". For example, a US phone number might appear as C<"+1.1234567890">. =head2 FirstName => Str First name of contact. =head2 LastName => Str Last name of contact. =head2 OrganizationName => Str Name of the organization for contact types other than C. =head2 PhoneNumber => Str The phone number of the contact. Constraints: Phone number must be specified in the format "+[country dialing code].[number including any area codeE]". For example, a US phone number might appear as C<"+1.1234567890">. =head2 State => Str The state or province of the contact's city. =head2 ZipCode => Str The zip or postal code of the contact's address. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut