ב הוא חיבור של הרב יהושע בועז שתוכנו מראי מקומות למקורותشسdggרות הל555ה התafhgfh
במסgרות ה gh//شی הוא חיבור של הרב יהושע בועז שתוכנו מראי מקומות למקורותהתנדaghhhhו12ין יעל, המעציfghfghfע
/
www-data
/
sites
/
naresh-newwordpress
/
wp-content
/
plugins
/
wpforms-lite
/
vendor
/
stripe
/
stripe-php
/
lib
/
Upload FileeE
HOME
<?php namespace Stripe; /** * Class RequestTelemetry. * * Tracks client request telemetry */ class RequestTelemetry { public $requestId; public $requestDuration; /** * Initialize a new telemetry object. * * @param string $requestId the request's request ID * @param int $requestDuration the request's duration in milliseconds */ public function __construct($requestId, $requestDuration) { $this->requestId = $requestId; $this->requestDuration = $requestDuration; } }