NAME
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 PayProp::API::Public::Client
.
ATTRIBUTES
PayProp::API::Public::Client::Request::Export
implements the following attributes.
beneficiaries
my
$beneficiaries_export
=
$Export
->beneficiaries;
See PayProp::API::Public::Client::Request::Export::Beneficiaries.
tenants
my
$tenants_export
=
$Export
->tenants;
See PayProp::API::Public::Client::Request::Export::Tenants.
AUTHOR
Yanga Kandeni <yangak@cpan.org>
Valters Skrupskis <malishew@cpan.org>
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: