mirror of
https://github.com/itflow-org/itflow
synced 2026-07-26 02:07:14 +00:00
Split DB Updates into seperate files, with the cutoff being 2.0.0
This commit is contained in:
@@ -7,11 +7,11 @@ namespace Stripe\V2\Billing;
|
||||
/**
|
||||
* A Meter Event Session is an authentication session for the high-throughput meter event API. Meter Event Sessions provide temporary authentication tokens with expiration times, enabling secure and efficient bulk submission of usage events.
|
||||
*
|
||||
* @property string $id The unique id of this auth session.
|
||||
* @property string $id The unique ID of this auth session.
|
||||
* @property string $object String representing the object's type. Objects of the same type share the same value of the object field.
|
||||
* @property string $authentication_token The authentication token for this session. Use this token when calling the high-throughput meter event API.
|
||||
* @property string $authentication_token The authentication token for this session. Use this token when calling the high-throughput meter event API.
|
||||
* @property int $created The creation time of this session.
|
||||
* @property int $expires_at The time at which this session will expire.
|
||||
* @property int $expires_at The time at which this session expires.
|
||||
* @property bool $livemode Has the value <code>true</code> if the object exists in live mode or the value <code>false</code> if the object exists in test mode.
|
||||
*/
|
||||
class MeterEventSession extends \Stripe\ApiResource
|
||||
|
||||
Reference in New Issue
Block a user