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

NAME

Business::Monzo::Webhook

DESCRIPTION

A class for a Monzo webhook, extends Business::Monzo::Resource

ATTRIBUTES

The Webhook class has the following attributes (with their type).

    id (Str)
    callback_url (Str)
    account (Business::Monzo::Account)

Note that when a Str is passed to ->account this will be coerced to a Business::Monzo::Account object.

Operations on an webhook

delete

Deletes a webhook

    $webhook->delete

SEE ALSO

Business::Monzo

Business::Monzo::Resource

AUTHOR

Lee Johnson - leejo@cpan.org

LICENSE

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/leejo/business-monzo