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

Net::Zuora::ZObject - 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.