Collection::getIterator()
Method: No description found
Collection::getIterator Read More »
Class: This is an object representing your Stripe balance. You can retrieve it to see the balance currently on your Stripe account.
Method: No description found
Collection::getReverseIterator Read More »
Method: No description found
Collection::autoPagingIterator Read More »
Class: A Promotion Code represents a customer-redeemable code for a coupon. It can be used to create multiple codes for a single coupon.
Method: Returns an empty collection. This is returned from {@see nextPage()} when we know that there isn’t a next page in order to replicate the behavior of the API when it attempts to return a page beyond the last.
Collection::emptyCollection Read More »
Class: Usage records allow you to report customer usage and metrics to Stripe for metered billing of subscription prices.
Method: Returns true if the page object contains no element.
Collection::isEmpty Read More »
Method: No description found
Quote::allComputedUpfrontLineItems Read More »
Class: You can configure webhook endpoints via the API to be notified about events that happen in your Stripe account or connected accounts.
Class: Invoices are statements of amounts owed by a customer, and are either generated one-off, or generated periodically from a subscription.
Method: Returns an Event instance using the provided JSON payload. Throws an Exception\UnexpectedValueException if the payload is not valid JSON, and an Exception\SignatureVerificationException if the signature verification fails for any reason.
Webhook::constructEvent Read More »