Package com.stripe.service.v2.billing
Class MeterEventSessionService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.billing.MeterEventSessionService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()
Creates a meter event session to send usage on the high-throughput meter event stream.create
(RequestOptions options) Creates a meter event session to send usage on the high-throughput meter event stream.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
MeterEventSessionService
-
-
Method Details
-
create
Creates a meter event session to send usage on the high-throughput meter event stream. Authentication tokens are only valid for 15 minutes, so you will need to create a new meter event session when your token expires.- Throws:
StripeException
-
create
Creates a meter event session to send usage on the high-throughput meter event stream. Authentication tokens are only valid for 15 minutes, so you will need to create a new meter event session when your token expires.- Throws:
StripeException
-