Package com.stripe.service.billing
Class MeterUsageService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.billing.MeterUsageService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionretrieve
(MeterUsageRetrieveParams params) Returns aggregated meter usage data for a customer within a specified time interval.retrieve
(MeterUsageRetrieveParams params, RequestOptions options) Returns aggregated meter usage data for a customer within a specified time interval.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
MeterUsageService
-
-
Method Details
-
retrieve
Returns aggregated meter usage data for a customer within a specified time interval. The data can be grouped by various dimensions and can include multiple meters if specified.- Throws:
StripeException
-
retrieve
public MeterUsage retrieve(MeterUsageRetrieveParams params, RequestOptions options) throws StripeException Returns aggregated meter usage data for a customer within a specified time interval. The data can be grouped by various dimensions and can include multiple meters if specified.- Throws:
StripeException
-