<% include( '/elements/header.html', 'Developer Documentation' ) %> <& /elements/menubar.html, 'Freeside Perl Modules' => $fsurl.'docs/library/FS.html', 'Complete Index' => $fsurl.'docs/library/index.html', &>

FS::svc_CGPRule_Mixin

NAME

FS::svc_CGPRule_Mixin - Mixin class for svc_classes which can be related to cgp_rule

SYNOPSIS

package FS::svc_table; use base qw( FS::svc_CGPRule_Mixin FS::svc_Common );

DESCRIPTION

This is a mixin class for svc_ classes that can have Communigate Pro rules (currently, domains and accounts).

METHODS

cgp_rule

Returns the rules associated with this service, as FS::cgp_rule objects.

cgp_rule_arrayref

Returns an arrayref of rules suitable for Communigate Pro API commands.

BUGS

SEE ALSO

FS::cgp_rule

<% include ('/elements/footer.html' ) %>