
com.stripe.model.EventData Maven / Gradle / Ivy
// Generated by delombok at Tue Apr 16 18:06:14 PDT 2019
package com.stripe.model;
import com.google.gson.JsonObject;
import com.google.gson.JsonParseException;
import com.google.gson.annotations.SerializedName;
import java.util.Map;
public class EventData extends StripeObject {
/**
* Raw JSON object intended to be deserialized as {@code StripeObject}. The deserialization
* should be deferred to the user. See the now deprecated method {@link EventData#getObject()}.
*/
@SerializedName("object")
JsonObject object;
/**
* Object containing the names of the attributes that have changed, and their previous values
* (sent along only with *.updated events). The untyped object here is composed of
* {@code Map}, {@code List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy