From f35b4a987c51eb9bf423d16b5cd81be1b87906fb Mon Sep 17 00:00:00 2001 From: Richard Marmorstein Date: Tue, 1 Mar 2022 12:56:48 -0800 Subject: [PATCH] Codegen for openapi 07922e0 --- lib/TestHelpers/TestClock.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/TestHelpers/TestClock.php b/lib/TestHelpers/TestClock.php index 1ab1a33a8..01d36ea05 100644 --- a/lib/TestHelpers/TestClock.php +++ b/lib/TestHelpers/TestClock.php @@ -15,6 +15,7 @@ * @property string $id Unique identifier for the object. * @property string $object String representing the object's type. Objects of the same type share the same value. * @property int $created Time at which the object was created. Measured in seconds since the Unix epoch. + * @property int $deletes_after Time at which this clock is scheduled to auto delete. * @property int $frozen_time Time at which all objects belonging to this clock are frozen. * @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 null|string $name The custom name supplied at creation.