Package com.stripe.param.billing
Class MeterEventAdjustmentCreateParams
java.lang.Object
com.stripe.net.ApiRequestParams
com.stripe.param.billing.MeterEventAdjustmentCreateParams
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic enumUnique identifier for the event.Nested classes/interfaces inherited from class com.stripe.net.ApiRequestParamsApiRequestParams.EnumParam
- 
Field SummaryFields inherited from class com.stripe.net.ApiRequestParamsEXTRA_PARAMS_KEY
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()protected booleanbooleanSpecifies which event to cancel.Required. The name of the meter event.Specifies which fields in the response should be expanded.Map of extra parameters for custom features not available in this client library.getType()Required. Specifies whether to cancel a single event or a range of events for a time period.inthashCode()Methods inherited from class com.stripe.net.ApiRequestParamsparamsToMap, toMap
- 
Method Details- 
builder
- 
getCancelSpecifies which event to cancel.
- 
getEventNameRequired. The name of the meter event. Corresponds with theevent_namefield on a meter.
- 
getExpandSpecifies which fields in the response should be expanded.
- 
getExtraParamsMap of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedNamevalue. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance.
- 
getTypeRequired. Specifies whether to cancel a single event or a range of events for a time period. Time period cancellation is not supported yet.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-