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

NAME

Paymill::REST::Operations::Delete — Delete operation for Paymill::REST as Moose Role

FUNCTIONS

delete

To delete an existing item, eg. a transaction or client, via the PAYMILL REST API, call this method on the respective item factory or on an already fetched item (if delete operation is available). Returns an instance of the item module (eg. Paymill::REST::Item::Transaction) for endpoints that return the item again. This behavior depends ob the PAYMILL REST API which doesn't always return the items upon deletion.

Expects an identifier string as parameter when called from the item factory. No parameter is needed when called on an already fetched item.

AUTHOR

Matthias Dietrich <perl@rainboxx.de>

COPYRIGHT

Copyright 2013 - Matthias Dietrich

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.