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::CustomerProfiles::Profile; use Moose; has AccountNumber => (is => 'ro', isa => 'Str'); has AdditionalInformation => (is => 'ro', isa => 'Str'); has Address => (is => 'ro', isa => 'Paws::CustomerProfiles::Address'); has Attributes => (is => 'ro', isa => 'Paws::CustomerProfiles::Attributes'); has BillingAddress => (is => 'ro', isa => 'Paws::CustomerProfiles::Address'); has BirthDate => (is => 'ro', isa => 'Str'); has BusinessEmailAddress => (is => 'ro', isa => 'Str'); has BusinessName => (is => 'ro', isa => 'Str'); has BusinessPhoneNumber => (is => 'ro', isa => 'Str'); has EmailAddress => (is => 'ro', isa => 'Str'); has FirstName => (is => 'ro', isa => 'Str'); has Gender => (is => 'ro', isa => 'Str'); has HomePhoneNumber => (is => 'ro', isa => 'Str'); has LastName => (is => 'ro', isa => 'Str'); has MailingAddress => (is => 'ro', isa => 'Paws::CustomerProfiles::Address'); has MiddleName => (is => 'ro', isa => 'Str'); has MobilePhoneNumber => (is => 'ro', isa => 'Str'); has PartyType => (is => 'ro', isa => 'Str'); has PersonalEmailAddress => (is => 'ro', isa => 'Str'); has PhoneNumber => (is => 'ro', isa => 'Str'); has ProfileId => (is => 'ro', isa => 'Str'); has ShippingAddress => (is => 'ro', isa => 'Paws::CustomerProfiles::Address'); 1; ### main pod documentation begin ### =head1 NAME Paws::CustomerProfiles::Profile =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::CustomerProfiles::Profile object: $service_obj->Method(Att1 => { AccountNumber => $value, ..., ShippingAddress => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::CustomerProfiles::Profile object: $result = $service_obj->Method(...); $result->Att1->AccountNumber =head1 DESCRIPTION The standard profile of a customer. =head1 ATTRIBUTES =head2 AccountNumber => Str A unique account number that you have given to the customer. =head2 AdditionalInformation => Str Any additional information relevant to the customerEs profile. =head2 Address => L A generic address associated with the customer that is not mailing, shipping, or billing. =head2 Attributes => L A key value pair of attributes of a customer profile. =head2 BillingAddress => L The customerEs billing address. =head2 BirthDate => Str The customerEs birth date. =head2 BusinessEmailAddress => Str The customerEs business email address. =head2 BusinessName => Str The name of the customerEs business. =head2 BusinessPhoneNumber => Str The customerEs home phone number. =head2 EmailAddress => Str The customerEs email address, which has not been specified as a personal or business address. =head2 FirstName => Str The customerEs first name. =head2 Gender => Str The gender with which the customer identifies. =head2 HomePhoneNumber => Str The customerEs home phone number. =head2 LastName => Str The customerEs last name. =head2 MailingAddress => L The customerEs mailing address. =head2 MiddleName => Str The customerEs middle name. =head2 MobilePhoneNumber => Str The customerEs mobile phone number. =head2 PartyType => Str The type of profile used to describe the customer. =head2 PersonalEmailAddress => Str The customerEs personal email address. =head2 PhoneNumber => Str The customer's phone number, which has not been specified as a mobile, home, or business number. =head2 ProfileId => Str The unique identifier of a customer profile. =head2 ShippingAddress => L The customerEs shipping 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