Package com.stripe.service.v2.billing
Class MeterEventService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.billing.MeterEventService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(MeterEventCreateParams params) Creates a meter event.create
(MeterEventCreateParams params, RequestOptions options) Creates a meter event.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
MeterEventService
-
-
Method Details
-
create
Creates a meter event. Events are validated synchronously, but are processed asynchronously. Supports up to 1,000 events per second in livemode. For higher rate-limits, please use meter event streams instead.- Throws:
StripeException
-
create
public MeterEvent create(MeterEventCreateParams params, RequestOptions options) throws StripeException Creates a meter event. Events are validated synchronously, but are processed asynchronously. Supports up to 1,000 events per second in livemode. For higher rate-limits, please use meter event streams instead.- Throws:
StripeException
-