event_name field on a meter. * @property string $identifier A unique identifier for the event. * @property bool $livemode Has the value true if the object exists in live mode or the value false if the object exists in test mode. * @property \Stripe\StripeObject $payload The payload of the event. * @property int $timestamp The timestamp passed in when creating the event. Measured in seconds since the Unix epoch. */ class MeterEvent extends \Stripe\ApiResource { const OBJECT_NAME = 'billing.meter_event'; use \Stripe\ApiOperations\Create; }