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

NAME

Net::Zuora::ZObject::Role - Moose role representing an object in the Zuora system

DESCRIPTION

This is a base Moose::Role which all objects that are represented in the Zuora API consume.

METHODS

create

Creates an object which does not exist already in the Zuora's API.

Throws an exception if the object could not be created for any reason.

update

Pushes any local updates to this object back to Zuora's API.

Throws an exception if the object could not be updated for any reason.

ZUORA DOCS

http://apidocs.developer.zuora.com/index.php/ZObject

AUTHOR

See Net::Zuora for author information

COPYRIGHT & LICENSE

See Net::Zuora for copyright and license information.