Package com.stripe.service.v2.billing
Class MeterEventStreamService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.billing.MeterEventStreamService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
create
(MeterEventStreamCreateParams params) Creates meter events.void
create
(MeterEventStreamCreateParams params, RequestOptions options) Creates meter events.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
MeterEventStreamService
-
-
Method Details
-
create
public void create(MeterEventStreamCreateParams params) throws StripeException, TemporarySessionExpiredException Creates meter events. Events are processed asynchronously, including validation. Requires a meter event session for authentication. Supports up to 10,000 requests per second in livemode. For even higher rate-limits, contact sales. -
create
public void create(MeterEventStreamCreateParams params, RequestOptions options) throws StripeException, TemporarySessionExpiredException Creates meter events. Events are processed asynchronously, including validation. Requires a meter event session for authentication. Supports up to 10,000 requests per second in livemode. For even higher rate-limits, contact sales.
-