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
For more details about CustomerMapping, please refer to the API Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanThe 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.inthashCode()voidsetEventPayloadKey(String eventPayloadKey) The key in the meter event payload to use for mapping the event to a customer.voidThe method for mapping a meter event to a customer.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
CustomerMappingpublic CustomerMapping()
 
- 
- 
Method Details- 
getEventPayloadKeyThe key in the meter event payload to use for mapping the event to a customer.
- 
getTypeThe method for mapping a meter event to a customer.Equal to by_id.
- 
setEventPayloadKeyThe key in the meter event payload to use for mapping the event to a customer.
- 
setTypeThe method for mapping a meter event to a customer.Equal to by_id.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-