PayProp::API::Public::Client::Request::Export - Module containing various export types as attributes.
SYNOPSIS
my $Export = $Client->export;
my $beneficiaries_export = $Export->beneficiaries;
$beneficiaries_export
->list_p({...})
->then( sub {
my ( \@beneficiaries ) = @_;
...;
See L<PayProp::API::Public::Client::Response::Export::*>
} )
->wait
;
DESCRIPTION
Contains various API export types defined as attributes.
This module is intended to be accessed via instance of C<PayProp::API::Public::Client>.
ATTRIBUTES
C<PayProp::API::Public::Client::Request::Export> implements the following attributes.
beneficiaries
my $beneficiaries_export = $Export->beneficiaries;
See L<PayProp::API::Public::Client::Request::Export::Beneficiaries>.
tenants
my $tenants_export = $Export->tenants;
See L<PayProp::API::Public::Client::Request::Export::Tenants>.
AUTHOR
Yanga Kandeni E<lt>yangak@cpan.orgE<gt>
Valters Skrupskis E<lt>malishew@cpan.orgE<gt>
COPYRIGHT
Copyright 2023- PayProp
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
or file a bug report then please raise an issue / pull request:
L<https://github.com/Humanstate/api-client-public-module>
Module Install Instructions
To install PayProp::API::Public::Client, copy and paste the appropriate command in to your terminal.