Package com.stripe.model.billing
Class Meter.ValueSettings
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.billing.Meter.ValueSettings
- 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
The key in the meter event payload to use as the value for this meter.int
hashCode()
void
setEventPayloadKey
(String eventPayloadKey) The key in the meter event payload to use as the value for this meter.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ValueSettings
public ValueSettings()
-
-
Method Details