NAME
Paws::CustomerProfiles::Address
USAGE
This class represents one of two things:
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::Address object:
$service_obj->Method(Att1 => { Address1 => $value, ..., State => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::CustomerProfiles::Address object:
$result = $service_obj->Method(...);
$result->Att1->Address1
DESCRIPTION
A generic address associated with the customer that is not mailing, shipping, or billing.
ATTRIBUTES
Address1 => Str
The first line of a customer address.
Address2 => Str
The second line of a customer address.
Address3 => Str
The third line of a customer address.
Address4 => Str
The fourth line of a customer address.
City => Str
The city in which a customer lives.
Country => Str
The country in which a customer lives.
County => Str
The county in which a customer lives.
PostalCode => Str
The postal code of a customer address.
Province => Str
The province in which a customer lives.
State => Str
The state in which a customer lives.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::CustomerProfiles
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues