mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-08 02:28:23 +01:00
Update Stripe lib to 10.7.0
This commit is contained in:
@@ -10,8 +10,7 @@ namespace Stripe;
|
||||
* @property int $created Time at which the object was created. Measured in seconds since the Unix epoch.
|
||||
* @property int $expires Time at which the key will expire. Measured in seconds since the Unix epoch.
|
||||
* @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 string $secret The key's secret. You can use this value to make authorized requests to the Stripe API.
|
||||
* @property array $associated_objects
|
||||
* @property null|string $secret The key's secret. You can use this value to make authorized requests to the Stripe API.
|
||||
*/
|
||||
class EphemeralKey extends ApiResource
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user