API-Stripe
view release on metacpan or search on metacpan
README.mkdn view on Meta::CPAN
The fee\_refunds method returns a new instance representative of the API
_Application Fee Refunds_ resource requested. This method accepts a list of path
segments which will be used in the HTTP request. The following documentation
can be used to find more information. [https://stripe.com/docs/api#fee\_refunds](https://stripe.com/docs/api#fee_refunds).
## file\_uploads
$stripe->files;
The file\_uploads method returns a new instance representative of the API
_File Uploads_ resource requested. This method accepts a list of path
segments which will be used in the HTTP request. The following documentation
can be used to find more information. [https://stripe.com/docs/api#file\_uploads](https://stripe.com/docs/api#file_uploads).
## invoiceitems
$stripe->invoiceitems;
The invoiceitems method returns a new instance representative of the API
_Invoice Items_ resource requested. This method accepts a list of path
segments which will be used in the HTTP request. The following documentation
can be used to find more information. [https://stripe.com/docs/api#invoiceitems](https://stripe.com/docs/api#invoiceitems).
## invoices
$stripe->invoices;
The invoices method returns a new instance representative of the API
_Invoices_ resource requested. This method accepts a list of path
segments which will be used in the HTTP request. The following documentation
can be used to find more information. [https://stripe.com/docs/api#invoices](https://stripe.com/docs/api#invoices).
## plans
$stripe->plans;
The plans method returns a new instance representative of the API
_Plans_ resource requested. This method accepts a list of path
segments which will be used in the HTTP request. The following documentation
can be used to find more information. [https://stripe.com/docs/api#plans](https://stripe.com/docs/api#plans).
## recipients
$stripe->recipients;
The recipients method returns a new instance representative of the API
_Recipients_ resource requested. This method accepts a list of path
segments which will be used in the HTTP request. The following documentation
can be used to find more information. [https://stripe.com/docs/api#recipients](https://stripe.com/docs/api#recipients).
## refunds
$stripe->refunds;
The refunds method returns a new instance representative of the API
_Refunds_ resource requested. This method accepts a list of path
segments which will be used in the HTTP request. The following documentation
can be used to find more information. [https://stripe.com/docs/api#refunds](https://stripe.com/docs/api#refunds).
## subscriptions
$stripe->subscriptions;
The subscriptions method returns a new instance representative of the API
_Subscriptions_ resource requested. This method accepts a list of path
segments which will be used in the HTTP request. The following documentation
can be used to find more information. [https://stripe.com/docs/api#subscriptions](https://stripe.com/docs/api#subscriptions).
## tokens
$stripe->tokens;
The tokens method returns a new instance representative of the API
_Tokens_ resource requested. This method accepts a list of path
segments which will be used in the HTTP request. The following documentation
can be used to find more information. [https://stripe.com/docs/api#tokens](https://stripe.com/docs/api#tokens).
## transfer\_reversals
$stripe->transfers('tr_164xRv2eZvKYlo2CZxJZWm1E')->reversals;
The transfer\_reversals method returns a new instance representative of the API
_Transfer Reversals_ resource requested. This method accepts a list of path
segments which will be used in the HTTP request. The following documentation
can be used to find more information. [https://stripe.com/docs/api#transfer\_reversals](https://stripe.com/docs/api#transfer_reversals).
## transfers
$stripe->transfers;
The transfers method returns a new instance representative of the API
_Transfers_ resource requested. This method accepts a list of path
segments which will be used in the HTTP request. The following documentation
can be used to find more information. [https://stripe.com/docs/api#transfers](https://stripe.com/docs/api#transfers).
# AUTHOR
Al Newkirk <anewkirk@ana.io>
# COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Al Newkirk.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
( run in 0.499 second using v1.01-cache-2.11-cpan-39bf76dae61 )