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

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

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.
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.

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

See Net::Zuora for author information

See Net::Zuora for copyright and license information.