芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/status.pulsehost.co.uk/vendor/stripe/stripe-php/lib/Billing/MeterEvent.php
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; }