Package com.stripe.service.billing
Class MeterEventSummaryService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.billing.MeterEventSummaryService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlist
(String id, MeterEventSummaryListParams params) Retrieve a list of billing meter event summaries.list
(String id, MeterEventSummaryListParams params, RequestOptions options) Retrieve a list of billing meter event summaries.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
MeterEventSummaryService
-
-
Method Details
-
list
public StripeCollection<MeterEventSummary> list(String id, MeterEventSummaryListParams params) throws StripeException Retrieve a list of billing meter event summaries.- Throws:
StripeException
-
list
public StripeCollection<MeterEventSummary> list(String id, MeterEventSummaryListParams params, RequestOptions options) throws StripeException Retrieve a list of billing meter event summaries.- Throws:
StripeException
-