The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.

COMPOSED OF

XML::SRS::Node