Package com.stripe.model.billing
Class Meter.CustomerMapping
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.billing.Meter.CustomerMapping
- 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 for mapping the event to a customer.getType()
The method for mapping a meter event to a customer.int
hashCode()
void
setEventPayloadKey
(String eventPayloadKey) The key in the meter event payload to use for mapping the event to a customer.void
The method for mapping a meter event to a customer.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CustomerMapping
public CustomerMapping()
-
-
Method Details
-
getEventPayloadKey
The key in the meter event payload to use for mapping the event to a customer. -
getType
The method for mapping a meter event to a customer.Equal to
by_id
. -
setEventPayloadKey
The key in the meter event payload to use for mapping the event to a customer. -
setType
The method for mapping a meter event to a customer.Equal to
by_id
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-