NAME
Business::GoCardless::Merchant
DESCRIPTION
A class for a gocardless merchant, extends Business::GoCardless::Resource
ATTRIBUTES
balance
created_at
description
email
eur_balance
eur_pending_balance
first_name
gbp_balance
gbp_pending_balance
hide_variable_amount
id
last_name
name
next_payout_amount
next_payout_date
pending_balance
sub_resource_uris
uri
List operations on a merchant
bills
pre_authorizations
subscriptions
payouts
users
my @bills = $Merchant->bills( \%filter );
Note that these methods marked have a dual interface, when called in list context they will return the first 100 resource objects, when called in scalar context they will return a Business::GoCardless::Paginator object.
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