The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

XML::SRS::Contact::PSTN - Class representing an SRS Phone Number object

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.

subscriber

Must be of type Str. Maps to the XML attribute 'LocalNumber'

ndc

Must be of type Str. Maps to the XML attribute 'AreaCode'

cc

Must be of type Str. Maps to the XML attribute 'CountryCode'

METHODS

new(%params)

Construct a new XML::SRS::Request object. %params specifies the initial values of the attributes.

COMPOSED OF

XML::SRS::Node