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

NAME

Business::Fixflo::IssueDraft

DESCRIPTION

A class for a fixflo issue draft, extends Business::Fixflo::Issue

ATTRIBUTES

    Updated
    IssueDraftMedia
    IssueTitle
    FirstName # note inconsistent with Issue (Firstname)
              # however Firstname will be set using an around modifier

Operations on a issue draft

create

Creates an issue draft in the Fixflo API

update

Updates an issue draft in the Fixflo API - will throw an exception if the Id is not set

commit

Commits the issue draft, returning a Business::Fixflo::Issue object

delete

Deletes the issue draft.

AUTHOR

Lee Johnson - leejo@cpan.org

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. If you would like to contribute documentation, features, bug fixes, or anything else then please raise an issue / pull request:

    https://github.com/Humanstate/business-fixflo