Package com.stripe.model.billing
Class Meter.DefaultAggregation
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.billing.Meter.DefaultAggregation
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Meter
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Specifies how events are aggregated.int
hashCode()
void
setFormula
(String formula) Specifies how events are aggregated.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
DefaultAggregation
public DefaultAggregation()
-
-
Method Details