API-Stripe
view release on metacpan or search on metacpan
README.mkdn view on Meta::CPAN
The charges method returns a new instance representative of the API
_Charges_ 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#charges](https://stripe.com/docs/api#charges).
## coupons
$stripe->coupons;
The coupons method returns a new instance representative of the API
_Coupons_ 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#coupons](https://stripe.com/docs/api#coupons).
## customers
$stripe->customers;
The customers method returns a new instance representative of the API
_Customers_ 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#customers](https://stripe.com/docs/api#customers).
## discounts
$stripe->discounts;
The discounts method returns a new instance representative of the API
_Discounts_ 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#discounts](https://stripe.com/docs/api#discounts).
## disputes
$stripe->disputes;
The disputes method returns a new instance representative of the API
_Disputes_ 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#disputes](https://stripe.com/docs/api#disputes).
## events
$stripe->events;
The events method returns a new instance representative of the API
_Events_ 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#events](https://stripe.com/docs/api#events).
## fee\_refunds
$stripe->application_fees('fee_6HiNDgLZ85q6KD')->refunds('fr_6HiNza7kmLzMFc');
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
( run in 1.698 second using v1.01-cache-2.11-cpan-b16cb0d3907 )