NAME
XML::SRS::Contact::Address - Class representing an SRS Address
DESCRIPTION
This class represents an SRS Phone number object.
ATTRIBUTES
Each attribute of this class has an accessor/mutator of the same name as the attribute. Additionally, they can be passed as parameters to the constructor.
city
Must be of type Str. Maps to the XML attribute 'City'
cc
Must be of type Str. Maps to the XML attribute 'CountryCode'
region
Must be of type Str. Maps to the XML attribute 'Province'
address1
Must be of type Str. Maps to the XML attribute 'Address1'
postcode
Must be of type Str. Maps to the XML attribute 'PostalCode'
address2
Must be of type Str. Maps to the XML attribute 'Address2'
METHODS
new(%params)
Construct a new XML::SRS::Request object. %params specifies the initial values of the attributes.