related_object->url); list($object, $options) = $this->_request( 'get', $this->related_object->url, [], ['stripe_account' => $this->context], [], $apiMode ); return \Stripe\Util\Util::convertToStripeObject($object, $options, $apiMode); } public static function constructFrom($values, $opts = null, $apiMode = 'v2') { $evt = parent::constructFrom($values, $opts, $apiMode); if (null !== $evt->data) { $evt->data = \Stripe\EventData\V1BillingMeterErrorReportTriggeredEventData::constructFrom($evt->data, $opts, $apiMode); } return $evt; } }