Package com.stripe.service.v2.billing
Class MeterEventAdjustmentService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.billing.MeterEventAdjustmentService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a meter event adjustment to cancel a previously sent meter event.create
(MeterEventAdjustmentCreateParams params, RequestOptions options) Creates a meter event adjustment to cancel a previously sent meter event.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
MeterEventAdjustmentService
-
-
Method Details
-
create
Creates a meter event adjustment to cancel a previously sent meter event.- Throws:
StripeException
-
create
public MeterEventAdjustment create(MeterEventAdjustmentCreateParams params, RequestOptions options) throws StripeException Creates a meter event adjustment to cancel a previously sent meter event.- Throws:
StripeException
-