Skip to content

Commit

Permalink
Codegen for openapi 07922e0 (#1247)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe authored Mar 1, 2022
1 parent a28c03e commit 89884dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/TestHelpers/TestClock.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <code>true</code> if the object exists in live mode or the value <code>false</code> if the object exists in test mode.
* @property null|string $name The custom name supplied at creation.
Expand Down

0 comments on commit 89884dc

Please sign in to comment.