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

NAME

Business::GoCardless::Payout

DESCRIPTION

A class for a gocardless payout, extends Business::GoCardless::Resource

ATTRIBUTES

Note that app_ids, bank_reference, paid_at, and transaction_fees relate to the legacy (v1) basic API. These will be removed after the legacy API has been switched off

    app_ids
    bank_reference
    paid_at
    transaction_fees

    amount
    arrival_date
    created_at
    currency
    deducted_fees
    id
    links
    payout_type
    reference
    status

Status checks on a payout

    pending
    paid

    if ( $Payout->paid ) {
        ...
    }

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